chore: ignore git checks

This commit is contained in:
SamTV12345 2025-09-06 16:09:51 +02:00
parent 6099cd1595
commit 905bb82576

View file

@ -33,6 +33,7 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Release to npm
run: pnpm publish
run: pnpm publish --no-git-checks
working-directory: ./src
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}