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 2fb7e6a commit 26b04c7Copy full SHA for 26b04c7
.github/workflows/ci.yml
@@ -34,6 +34,6 @@ jobs:
34
node-version: 20
35
registry-url: https://registry.npmjs.org/
36
- run: npm ci
37
- - run: npm publish
+ - run: npm publish --access public
38
env:
39
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
0 commit comments