Skip to content

Commit bb7e399

Browse files
authored
ci: Do not tag with major version (#154)
1 parent 53a6067 commit bb7e399

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/bump-version.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,6 @@ jobs:
3434
run: |
3535
cz bump --yes --changelog
3636
37-
VERSION=$(cz version -p)
38-
PINNED_MAJOR=v${VERSION%%.*}
39-
git tag -d $PINNED_MAJOR || echo "Tag $PINNED_MAJOR does not exist locally."
40-
git push origin --delete $PINNED_MAJOR || echo "Tag $PINNED_MAJOR does not exist on remote."
41-
git tag $PINNED_MAJOR HEAD || echo "Could not add tag $PINNED_MAJOR."
42-
4337
git push origin HEAD:main
4438
git push origin --tags
4539

0 commit comments

Comments
 (0)