Skip to content

Commit 4b354b5

Browse files
chore: use OIDC trusted publishing which requires --provenance on Node 20.x.
1 parent d49f29a commit 4b354b5

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
@@ -22,7 +22,7 @@ jobs:
2222
yarn
2323
yarn build
2424
- name: Publish to NPM
25-
run: npm publish
25+
run: npm publish --provenance --access public
2626

2727
jsr-publish:
2828
name: Publish to JSR

0 commit comments

Comments
 (0)