Skip to content

Commit e95f59a

Browse files
committed
fix: push tag explicitly (--follow-tags skips lightweight tags)
1 parent 8404069 commit e95f59a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/auto-tag.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,5 @@ jobs:
5353
git add package.json
5454
git commit -m "chore: bump version to $NEW_VERSION [skip ci]"
5555
git tag "v$NEW_VERSION"
56-
git push origin main --follow-tags
56+
git push origin main
57+
git push origin "v$NEW_VERSION"

0 commit comments

Comments
 (0)