Skip to content

Commit c91b69b

Browse files
authored
Merge pull request Expensify#81766 from Expensify/vit-fixSyncVersionsSubmodule
[No QA] Fix syncVersions workflow comparing against stale submodule
2 parents ecfd4fd + 68d5e87 commit c91b69b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/syncVersions.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
3737
SETUP_AS_APP: false
3838

39+
- name: Update submodule to latest Mobile-Expensify main
40+
run: git submodule update --remote
41+
3942
- name: Check current versions
4043
id: checkVersions
4144
run: |

0 commit comments

Comments
 (0)