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 f4bfae8 commit 9c70236Copy full SHA for 9c70236
.github/workflows/release.yml
@@ -29,7 +29,7 @@ jobs:
29
node-version: 12
30
registry-url: 'https://registry.npmjs.org/'
31
- run: npm ci
32
- - run: npm publish
+ - run: npm publish --access public
33
env:
34
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
35
@@ -47,6 +47,6 @@ jobs:
47
48
registry-url: $registry-url(npm)
49
50
51
52
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments