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 57eb1ce commit 6862680Copy full SHA for 6862680
.github/workflows/publish-release.yml
@@ -13,6 +13,6 @@ jobs:
13
node-version: '16.x'
14
registry-url: 'https://registry.npmjs.org'
15
- run: npm ci
16
- - run: npm publish
+ - run: npm publish --access public
17
env:
18
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments