You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Export POST_SYNC_APP_VERSION from Verify (jq after sync) for Slack; fixes
stale semver when full npm version path ran (Codex r3097623955).
- Use [[ ]] and == per Expensify shell style guide (roryabraham review).
Made-with: Cursor
echo "::notice::✅ Verified versions ($APP_VERSION) and submodule match Mobile-Expensify main ($RECORDED)"
199
201
200
202
- name: Announce sync in Slack
@@ -208,7 +210,7 @@ jobs:
208
210
channel: '#deployer',
209
211
attachments: [{
210
212
color: "good",
211
-
text: `✅ Version sync completed. E/App and Mobile-Expensify are at ${{ steps.checkVersions.outputs.APP_VERSION }}; submodule matches Mobile-Expensify main.`
213
+
text: `✅ Version sync completed. E/App and Mobile-Expensify are at ${{ steps.verifySync.outputs.POST_SYNC_APP_VERSION }}; submodule matches Mobile-Expensify main.`
0 commit comments