diff --git a/fastlane/Fastfile b/fastlane/Fastfile index c79db631..f4f73c81 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -90,5 +90,6 @@ platform :ios do desc 'Publish Beta Release' lane :beta do build(target: 'prod', profile: 'appstore', config: 'Release') + upload_to_testflight(skip_waiting_for_build_processing: false) end end