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 b580731 commit 21dde67Copy full SHA for 21dde67
.github/workflows/npmpublish.yml
@@ -36,6 +36,6 @@ jobs:
36
with:
37
node-version: 12
38
registry-url: https://npm.pkg.github.com/
39
- - run: npm publish
+ - run: npm publish --access public
40
env:
41
NODE_AUTH_TOKEN: ${{secrets.GIT_TOKEN}}
0 commit comments