fix(ci): Fixed a typo in the version creation on GitHub [skip ci]

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