We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d692fa4 commit d471099Copy full SHA for d471099
.github/workflows/tag.yml
@@ -45,7 +45,7 @@ jobs:
45
run: |
46
git config user.name "github-actions"
47
git config user.email "[email protected]"
48
- git commit -am "Bump version"
+ git commit -am "Bump version to ${{ steps.version.outputs.bump }}"
49
VERSION=$(ruby -e "require './lib/${{ env.GEM_NAME }}/version'; puts ${{ env.GEM_CLASS_NAME }}::VERSION")
50
git tag "v$VERSION"
51
git push --follow-tags
0 commit comments