no git checks in ci

This commit is contained in:
cupcakearmy 2022-10-18 16:20:09 +02:00
parent f0a1ff8d6e
commit 0b70c729ce
No known key found for this signature in database
GPG Key ID: 3235314B4D31232F

View File

@ -32,6 +32,6 @@ jobs:
run: pnpm run test
- name: Release
run: pnpm publish
run: pnpm publish --no-git-checks
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}