Skip to content

Commit 5854dc4

Browse files
committed
ci: use npm provenance for trusted publishing
1 parent 5b2e5f7 commit 5854dc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
run: npm ci
2727

2828
- name: Publish to npm
29-
run: npm publish --access public
29+
run: npm publish --access public --provenance
3030
env:
3131
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)