Commit 68d5e87
Fix syncVersions comparing against stale submodule version
The workflow was reading Mobile-Expensify's version from the submodule
pointer (pinned commit in App's tree) instead of the latest ME main.
This caused it to always report "in sync" since the pinned version
naturally matches App. Adding `git submodule update --remote` before
the comparison ensures we check against the actual latest ME main.
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent ad3b837 commit 68d5e87
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
39 | 42 | | |
40 | 43 | | |
41 | 44 | | |
| |||
0 commit comments