diff --git a/ios/fastlane/Fastfile b/ios/fastlane/Fastfile index 468dcaab..bd2c3dce 100644 --- a/ios/fastlane/Fastfile +++ b/ios/fastlane/Fastfile @@ -16,6 +16,6 @@ platform :ios do ) #upload_to_app_store(skip_metadata: true, skip_screenshots: true) changelog_from_git_commits - upload_to_testflight(apple_id:"1466519634", skip_waiting_for_build_processing:false, notify_external_testers:true) + upload_to_testflight(apple_id:"1466519634", skip_waiting_for_build_processing:true) end end