Skip to content

Commit d471099

Browse files
authored
better bump message (#12)
1 parent d692fa4 commit d471099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: |
4646
git config user.name "github-actions"
4747
git config user.email "[email protected]"
48-
git commit -am "Bump version"
48+
git commit -am "Bump version to ${{ steps.version.outputs.bump }}"
4949
VERSION=$(ruby -e "require './lib/${{ env.GEM_NAME }}/version'; puts ${{ env.GEM_CLASS_NAME }}::VERSION")
5050
git tag "v$VERSION"
5151
git push --follow-tags

0 commit comments

Comments
 (0)