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 e34486f commit eba177fCopy full SHA for eba177f
.github/workflows/publish.yml
@@ -39,7 +39,7 @@ jobs:
39
node-version: 12
40
registry-url: https://npm.pkg.github.com/
41
- run: npm ci
42
- - run: npm publish --tag ${{github.event.release.prerelease && 'dev' || 'latest'}}
+ - run: npm publish --access public --tag ${{github.event.release.prerelease && 'dev' || 'latest'}}
43
env:
44
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
45
0 commit comments