Skip to content

Commit

Permalink
Publish releases to more tracks
Browse files Browse the repository at this point in the history
  • Loading branch information
FauconSpartiate committed Jan 11, 2024
1 parent 1f2d2af commit 06162e2
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions codemagic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,14 @@ workflows:
failure: true
google_play:
credentials: $GCLOUD_SERVICE_ACCOUNT_CREDENTIALS
track: "internal"
submit_as_draft: false
track: internal
release_promotion:
track: alpha
app_store_connect:
auth: integration
submit_to_testflight: false
submit_to_testflight: true
beta_groups:
- External testers
submit_to_app_store: false
cache:
cache_paths:
Expand Down Expand Up @@ -193,11 +196,14 @@ workflows:
<<: *base_publishing
google_play:
credentials: $GCLOUD_SERVICE_ACCOUNT_CREDENTIALS
track: production
submit_as_draft: false
track: internal
release_promotion:
track: production
app_store_connect:
auth: integration
submit_to_testflight: false
submit_to_testflight: true
beta_groups:
- External testers
submit_to_app_store: true
cancel_previous_submissions: true
release_type: AFTER_APPROVAL

0 comments on commit 06162e2

Please sign in to comment.