Skip to content

Commit b24598d

Browse files
authored
NPM package has to be public (#12)
1 parent 5241e3e commit b24598d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
node-version: 12
2626
registry-url: https://registry.npmjs.org/
2727
- run: npm ci
28-
- run: npm publish --tag ${{github.event.release.prerelease && 'dev' || 'latest'}}
28+
- run: npm publish --access public --tag ${{github.event.release.prerelease && 'dev' || 'latest'}}
2929
env:
3030
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
3131

0 commit comments

Comments
 (0)