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 5410138 commit 7eb737bCopy full SHA for 7eb737b
.github/workflows/publish.yml
@@ -19,6 +19,6 @@ jobs:
19
cache: npm
20
- run: npm ci
21
- run: npm test
22
- - run: npm whoami; npm publish
+ - run: npm whoami; npm publish --access public
23
env:
24
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
0 commit comments