File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments