diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 25038e4..c7c671e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: - name: Install dependencies run: pnpm install - name: Build and Publish to NPM - run: pnpm publish + run: pnpm publish --no-git-checks env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - name: Create GitHub Release