Skip to content

Commit

Permalink
rename cm to commit
Browse files Browse the repository at this point in the history
  • Loading branch information
roryabraham committed Mar 3, 2021
1 parent 547d0de commit 8009799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
./android/app/build.gradle \
./ios/ExpensifyCash/Info.plist \
./ios/ExpensifyCashTests/Info.plist
git cm -m "Update version to ${{ steps.bumpVersion.outputs.newVersion }}"
git commit -m "Update version to ${{ steps.bumpVersion.outputs.newVersion }}"
git tag ${{ steps.bumpVersion.outputs.newVersion }}
- name: Push new version
Expand Down

0 comments on commit 8009799

Please sign in to comment.