From 892c70431f536b64dbe99e021aac8e9b366afe3b Mon Sep 17 00:00:00 2001 From: Jan Max Tiedemann Date: Tue, 3 Sep 2024 22:38:06 +0200 Subject: [PATCH] fix: make commit message correct --- .github/workflows/bump-version-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bump-version-release.yaml b/.github/workflows/bump-version-release.yaml index 8733b2990..9631a8620 100644 --- a/.github/workflows/bump-version-release.yaml +++ b/.github/workflows/bump-version-release.yaml @@ -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