ios ci: Notify external testers

This commit is contained in:
Vishesh Handa
2021-07-02 19:09:52 +02:00
parent 806b1e9306
commit ea4c055fbd

View File

@ -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)
upload_to_testflight(apple_id:"1466519634", skip_waiting_for_build_processing:false, notify_external_testers:true)
end
end