diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index cf30eb1..f2553b0 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -34,12 +34,6 @@ jobs: run: | cz bump --yes --changelog - VERSION=$(cz version -p) - PINNED_MAJOR=v${VERSION%%.*} - git tag -d $PINNED_MAJOR || echo "Tag $PINNED_MAJOR does not exist locally." - git push origin --delete $PINNED_MAJOR || echo "Tag $PINNED_MAJOR does not exist on remote." - git tag $PINNED_MAJOR HEAD || echo "Could not add tag $PINNED_MAJOR." - git push origin HEAD:main git push origin --tags