We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c7cbf87 + 7b799f1 commit f60cc10Copy full SHA for f60cc10
.github/workflows/npmpublish.yml
@@ -18,6 +18,6 @@ jobs:
18
with:
19
node-version: 14
20
registry-url: https://registry.npmjs.org/
21
- - run: npm publish
+ - run: npm publish --access public
22
env:
23
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments