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 53a6067 commit bb7e399Copy full SHA for bb7e399
.github/workflows/bump-version.yml
@@ -34,12 +34,6 @@ jobs:
34
run: |
35
cz bump --yes --changelog
36
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
-
43
git push origin HEAD:main
44
git push origin --tags
45
0 commit comments