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 d898898 commit 6b2e32cCopy full SHA for 6b2e32c
.github/workflows/tag.yml
@@ -48,4 +48,4 @@ jobs:
48
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
+ git push origin main "v$VERSION"
0 commit comments