Skip to content

Commit

Permalink
fix(ci): add title to commit in push version changes
Browse files Browse the repository at this point in the history
  • Loading branch information
a-ghorbani committed Nov 26, 2024
1 parent 10399cb commit de2f362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
git config user.name "GitHub Actions"
git config user.email "[email protected]"
git add .version package.json android/app/build.gradle ios/PocketPal.xcodeproj/project.pbxproj
git commit -m "Bump version to $(cat .version)"
git commit -m "chore(release): bump version to $(cat .version)"
git push
git tag "v$(cat .version)"
git push origin "v$(cat .version)"
Expand Down

0 comments on commit de2f362

Please sign in to comment.