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 5241e3e commit b24598dCopy full SHA for b24598d
.github/workflows/publish.yml
@@ -25,7 +25,7 @@ jobs:
25
node-version: 12
26
registry-url: https://registry.npmjs.org/
27
- run: npm ci
28
- - run: npm publish --tag ${{github.event.release.prerelease && 'dev' || 'latest'}}
+ - run: npm publish --access public --tag ${{github.event.release.prerelease && 'dev' || 'latest'}}
29
env:
30
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
31
0 commit comments