diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index 8899f38..dae1fa8 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -45,7 +45,7 @@ jobs: run: | git config user.name "github-actions" git config user.email "github-actions@github.com" - git commit -am "Bump version" + git commit -am "Bump version to ${{ steps.version.outputs.bump }}" VERSION=$(ruby -e "require './lib/${{ env.GEM_NAME }}/version'; puts ${{ env.GEM_CLASS_NAME }}::VERSION") git tag "v$VERSION" git push --follow-tags