fix(ci): Don't manually push the tags and let Commitizen do it [skip ci]

This commit is contained in:
2024-11-25 19:19:59 -07:00
parent fcf81ad7d9
commit 4a8b7eb837
-1
View File
@@ -97,7 +97,6 @@ jobs:
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: | run: |
git tag v${{ env.version }}
git push origin --follow-tags git push origin --follow-tags
release-plz: release-plz: