diff --git a/fastlane/Fastfile b/fastlane/Fastfile index ace1d9e3dd..469414bd9f 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -70,6 +70,8 @@ platform :mac do lane :release_appstore do |options| build_release(options) + next + deliver(common_deliver_arguments(options)) begin