Skip to content

Commit 4e34b16

Browse files
roryabrahamOSBotify
authored andcommitted
Merge pull request #61109 from Expensify/andrew-native-verison
[No QA] Move where we push version updates to fix second deploy on CP to Production (cherry picked from commit 375c75a) (cherry-picked to staging by roryabraham)
1 parent 82ae5a8 commit 4e34b16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -781,12 +781,12 @@ jobs:
781781
git switch staging
782782
git cherry-pick -S -x --mainline 1 --strategy=recursive -Xtheirs ${{ steps.getVersionBumpCommit.outputs.VERSION_BUMP_SHA }}
783783
git commit --amend -m "$(git log -1 --pretty=%B)" -m "(cherry-picked to staging by ${{ github.actor }})"
784-
git push origin staging
785784
786785
- name: Update the Mobile-Expensify submodule on E/App staging
787786
run: |
788787
git add Mobile-Expensify
789788
git commit -m "Update Mobile-Expensify submodule version to ${{ needs.createNewVersion.outputs.NEW_VERSION }}"
789+
git push origin staging
790790
791791
updateChecklistWithVersionBump:
792792
name: Update deploy checklist with the new version bump

0 commit comments

Comments
 (0)