We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76dc862 commit 72f2286Copy full SHA for 72f2286
1 file changed
.github/workflows/publish.yml
@@ -25,6 +25,6 @@ jobs:
25
26
- run: pnpm build
27
28
- - run: pnpm publish --provenance --no-git-checks
+ - run: pnpm publish --provenance --no-git-checks --access public
29
env:
30
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments