diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index aea46e6..6414e31 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,6 +18,6 @@ jobs: version: latest - run: pnpm install - run: pnpm build - - run: pnpm publish --access public + - run: pnpm publish --access public --no-git-checks env: NODE_AUTH_TOKEN: ${{ secrets.NPMJS_TOKEN }}