Skip to content

Commit

Permalink
Use staged rollouts for deploy from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
d4rken committed Jan 8, 2025
1 parent 7323c3d commit 3469227
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ platform :android do
sh "bash ./remove_unsupported_languages.sh"
supply(
track: 'beta',
rollout: '0.10',
skip_upload_changelogs: 'false',
skip_upload_images: 'true',
skip_upload_screenshots: 'true',
Expand All @@ -38,6 +39,7 @@ platform :android do
sh "bash ./remove_unsupported_languages.sh"
supply(
track: 'beta',
rollout: '0.10',
skip_upload_changelogs: 'false',
skip_upload_images: 'true',
skip_upload_screenshots: 'true',
Expand Down

0 comments on commit 3469227

Please sign in to comment.