Skip to content

Commit 892c704

Browse files
committed
fix: make commit message correct
1 parent c3668a6 commit 892c704

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/bump-version-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
- name: Commit .bumpversion.cfg file new version and snapshot
103103
run: |
104104
git add .bumpversion.cfg
105-
git commit -m "Bump version ${{ steps.bump-version-snapshot.outputs.old-version }} → ${{ steps.bump-version-snapshot.outputs.release-version }}"
105+
git commit -m "Bump version ${{ steps.bump-version.outputs.release-version }} → ${{ steps.bump-version-snapshot.outputs.release-version }}"
106106
git fetch origin
107107
git rebase --strategy-option=theirs origin/main
108108
git push --verbose

0 commit comments

Comments
 (0)