We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6b3364 commit 3d2834dCopy full SHA for 3d2834d
1 file changed
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
node-version: 16
24
registry-url: 'https://external-dot-oss-automation.appspot.com'
25
if: ${{ steps.release.outputs.release_created }}
26
- - run: npm publish
+ - run: npm publish --access=public
27
env:
28
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
29
0 commit comments