We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b70811 commit f3f10b7Copy full SHA for f3f10b7
.github/workflows/publish-release.yaml
@@ -13,6 +13,6 @@ jobs:
13
node-version: '12.x'
14
registry-url: 'https://registry.npmjs.org'
15
- run: npm install
16
- - run: npm publish
+ - run: npm publish --access public
17
env:
18
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
0 commit comments