Skip to content

Commit bfa873c

Browse files
authored
fix(ci): npm publishing as public package (#8)
1 parent d9b0a43 commit bfa873c

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
run: pnpm build
3333

3434
- name: Publish 🚀
35-
run: pnpm publish --no-git-checks
35+
run: pnpm publish --no-git-checks --access=public
3636
working-directory: dist
3737
env:
3838
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 commit comments

Comments
 (0)