fastlane: prepare for open beta access
This commit is contained in:
parent
53f01a39c9
commit
131e8f4aea
|
@ -24,7 +24,7 @@ platform :android do
|
|||
|
||||
# Upload built artifact to the Closed Beta track
|
||||
upload_to_play_store(
|
||||
track: "Closed Beta",
|
||||
track: "Beta",
|
||||
json_key: ENV["JITSI_JSON_KEY_FILE"],
|
||||
skip_upload_metadata: true,
|
||||
skip_upload_images: true,
|
||||
|
|
|
@ -61,7 +61,11 @@ platform :ios do
|
|||
)
|
||||
|
||||
# Upload the build to TestFlight (but don't distribute it)
|
||||
upload_to_testflight(skip_submission: true, skip_waiting_for_build_processing: true)
|
||||
upload_to_testflight(
|
||||
distribute_external: true,
|
||||
reject_build_waiting_for_review: true,
|
||||
skip_submission: false,
|
||||
skip_waiting_for_build_processing: false)
|
||||
|
||||
# Cleanup
|
||||
clean_build_artifacts
|
||||
|
|
Loading…
Reference in New Issue