Skip to content

Commit 23a022a

Browse files
committed
Add NPM provenance
1 parent 0cbd2fe commit 23a022a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Publish package
4343
if: success()
4444
run: |
45-
npm publish --access public
45+
npm publish --provenance --access public
4646
npx --yes jsr publish --allow-dirty
4747
env:
4848
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)