Skip to content

Commit

Permalink
fix: make commit message correct
Browse files Browse the repository at this point in the history
  • Loading branch information
DerTiedemann committed Sep 3, 2024
1 parent c3668a6 commit 892c704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump-version-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
- name: Commit .bumpversion.cfg file new version and snapshot
run: |
git add .bumpversion.cfg
git commit -m "Bump version ${{ steps.bump-version-snapshot.outputs.old-version }} → ${{ steps.bump-version-snapshot.outputs.release-version }}"
git commit -m "Bump version ${{ steps.bump-version.outputs.release-version }} → ${{ steps.bump-version-snapshot.outputs.release-version }}"
git fetch origin
git rebase --strategy-option=theirs origin/main
git push --verbose

0 comments on commit 892c704

Please sign in to comment.