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 01e2dbf commit 53d5e59Copy full SHA for 53d5e59
.github/workflows/publish-npm-package.yml
@@ -24,6 +24,6 @@ jobs:
24
run: npm run build
25
26
- name: Publish
27
- run: npm publish
+ run: npm publish --access public
28
env:
29
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments