We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0576916 commit 8146a71Copy full SHA for 8146a71
1 file changed
.github/workflows/publish.yml
@@ -25,6 +25,6 @@ jobs:
25
run: npm run build
26
27
- name: Publish to npm
28
- run: npm publish
+ run: npm publish --access public
29
env:
30
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments