This commit is contained in:
charlesgauthereau
2026-03-06 09:56:13 +01:00
parent c05469d704
commit 53c1bc9e59
-5
View File
@@ -52,11 +52,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
- name: Push tag
run: git push origin v$(pnpm exec release-it --ci --dry-run | grep 'next version' | awk '{print $NF}')
env:
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
- name: Create GitHub release
run: pnpm exec release-it --ci --no-npm
env: