Skip to content

Commit 6b2e32c

Browse files
authored
push the tag explicitly (#13)
1 parent d898898 commit 6b2e32c

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
@@ -48,4 +48,4 @@ jobs:
4848
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"
51-
git push --follow-tags
51+
git push origin main "v$VERSION"

0 commit comments

Comments
 (0)