diff --git a/fastlane/Fastfile b/fastlane/Fastfile index a5c2733ef0ddbe..c1527f021d075b 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -85,9 +85,7 @@ platform :ios do output_name: "Exponent.ipa", ) - deliver( - submit_for_review: false - ) + deliver() end after_all do |lane|