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 0235fc1 commit 478a96eCopy full SHA for 478a96e
.github/workflows/npm-publish.yml
@@ -29,6 +29,6 @@ jobs:
29
node-version: 20
30
registry-url: https://registry.npmjs.org/
31
- run: npm ci
32
- - run: npm publish
+ - run: npm publish --access public
33
env:
34
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
0 commit comments