Skip to content

Commit 7258a94

Browse files
committed
fix: add --provenance to npm publish to trigger OIDC trusted publishing
1 parent 3436d2e commit 7258a94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
- name: Build package
3434
run: npm run build
3535
- name: Publish package
36-
run: npm publish --access public
36+
run: npm publish --provenance --access public

0 commit comments

Comments
 (0)