Skip to content

Commit ca87838

Browse files
committed
same on ios
1 parent 6626c3e commit ca87838

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -428,14 +428,14 @@ jobs:
428428
if: ${{ fromJSON(env.IS_APP_REPO) && fromJSON(env.SHOULD_BUILD_APP) }}
429429
run: bundle exec fastlane ios upload_dsyms_hybrid
430430

431-
- name: Submit production build for App Store review and a slow rollout
431+
- name: Submit previous production build to 100%
432432
if: ${{ github.ref == 'refs/heads/production' }}
433-
run: |
434-
# Complete the previous version rollout
435-
bundle exec fastlane ios complete_hybrid_rollout
433+
run: bundle exec fastlane ios complete_hybrid_rollout
434+
continue-on-error: true
436435

437-
# Submit the new version for review and phased rollout when it's approved
438-
bundle exec fastlane ios submit_hybrid_for_rollout
436+
- name: Submit production build for App Store review and a slow rollout
437+
if: ${{ github.ref == 'refs/heads/production' }}
438+
run: bundle exec fastlane ios submit_hybrid_for_rollout
439439
env:
440440
VERSION: ${{ steps.getIOSVersion.outputs.IOS_VERSION }}
441441
APPLE_ID: ${{ vars.APPLE_ID }}

0 commit comments

Comments
 (0)