We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de23eee commit 4a43ddeCopy full SHA for 4a43dde
.github/workflows/publish.yml
@@ -29,6 +29,6 @@ jobs:
29
run: npm run build
30
31
- name: Publish to npm
32
- run: npm publish
+ run: npm publish --access public
33
env:
34
NODE_AUTH_TOKEN: ${{ secrets.npm_token }}
0 commit comments