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 06301e4 commit 98c65f2Copy full SHA for 98c65f2
.github/workflows/release.yml
@@ -14,6 +14,6 @@ jobs:
14
node-version: 20
15
registry-url: https://registry.npmjs.org/
16
- run: npm install
17
- - run: npm publish
+ - run: npm publish --access public
18
env:
19
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments