We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c1ba3a commit 36d5866Copy full SHA for 36d5866
.github/workflows/publish.yml
@@ -26,6 +26,6 @@ jobs:
26
run: npm run build
27
28
- name: Publish to NPM registry
29
- run: npm publish
+ run: npm publish --access=public
30
env:
31
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments