We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 755992a commit 49feefcCopy full SHA for 49feefc
.github/workflows/npmpublish.yml
@@ -25,7 +25,7 @@ jobs:
25
node-version: 12
26
registry-url: https://registry.npmjs.org/
27
- run: npm ci
28
- - run: npm publish
+ - run: npm publish --access public
29
env:
30
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
31
0 commit comments