Skip to content

Commit

Permalink
Fix outdated needs
Browse files Browse the repository at this point in the history
  • Loading branch information
roryabraham committed Jan 29, 2025
1 parent fa5b69c commit ff8e426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/createNewVersion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
./iOS/Expensify/Expensify-Info.plist\
./iOS/SmartScanExtension/Info.plist \
./iOS/NotificationServiceExtension/Info.plist
git commit -m "Update version to ${{ needs.createNewVersion.outputs.NEW_VERSION }}"
git commit -m "Update version to ${{ steps.bumpVersion.outputs.NEW_VERSION }}"
git push origin main
- name: Commit new E/App version
Expand Down

0 comments on commit ff8e426

Please sign in to comment.