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.
2 parents 5410138 + 7eb737b commit 2c98e7aCopy full SHA for 2c98e7a
.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