Skip to content

Commit 610b298

Browse files
committed
ci: publish access to public
1 parent 57291d1 commit 610b298

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
@@ -44,6 +44,6 @@ jobs:
4444
run: git push origin main --follow-tags
4545

4646
- name: Publish to npm
47-
run: pnpm publish --provenance
47+
run: pnpm publish --provenance --access public
4848
env:
4949
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)