Skip to content

Commit 00b5874

Browse files
authored
ci: fixup to publish scoped package as public (#149)
1 parent 352b186 commit 00b5874

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
run: npx prebuild --all -r napi --arch ia32 -u ${{ secrets.PUBLISH_TOKEN }}
3636
- name: Release to npm
3737
if: github.event_name == 'release' && github.event.action == 'published'
38-
run: npm publish
38+
run: npm publish --access public
3939
env:
40-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
40+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)