We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17ebebb commit 5ff0bc2Copy full SHA for 5ff0bc2
1 file changed
.github/workflows/publish.yml
@@ -27,6 +27,6 @@ jobs:
27
run: pnpm run test
28
29
- name: Publish to npm
30
- run: pnpm publish
+ run: pnpm publish --access public --no-git-checks
31
env:
32
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments