We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aecd9b6 commit bf0ed10Copy full SHA for bf0ed10
1 file changed
.github/workflows/release-package.yml
@@ -28,6 +28,6 @@ jobs:
28
node-version: 14
29
registry-url: https://registry.npmjs.org
30
- run: npm ci
31
- - run: npm publish
+ - run: npm publish --access public
32
env:
33
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments