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 d006bbd commit 48693bdCopy full SHA for 48693bd
.github/workflows/npm-publish.yml
@@ -26,6 +26,6 @@ jobs:
26
node-version: 16
27
registry-url: https://registry.npmjs.org/
28
- run: npm ci
29
- - run: npm publish
+ - run: npm publish --access public
30
env:
31
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments