Skip to content

Commit de39c7f

Browse files
chore: fix npm publish
1 parent 466d5fb commit de39c7f

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
@@ -32,7 +32,7 @@ jobs:
3232
registry-url: 'https://registry.npmjs.org'
3333

3434
- run: npm ci
35-
- run: npm publish
35+
- run: npm publish --access public
3636

3737
publish-ghcr:
3838
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)