Skip to content

Commit eba177f

Browse files
authored
published package has to be public (#10)
1 parent e34486f commit eba177f

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
@@ -39,7 +39,7 @@ jobs:
3939
node-version: 12
4040
registry-url: https://npm.pkg.github.com/
4141
- run: npm ci
42-
- run: npm publish --tag ${{github.event.release.prerelease && 'dev' || 'latest'}}
42+
- run: npm publish --access public --tag ${{github.event.release.prerelease && 'dev' || 'latest'}}
4343
env:
4444
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
4545

0 commit comments

Comments
 (0)