Skip to content

Commit 31ce960

Browse files
authoredApr 19, 2023
feat: publish with provenance (#302)
1 parent d17e7d9 commit 31ce960

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ jobs:
338338
- name: Publish
339339
env:
340340
PUBLISH_TOKEN: ${{ secrets.PUBLISH_TOKEN }}
341-
run: npm publish
341+
run: npm publish --provenance
342342

343343
post-release-integration:
344344
needs: [ release, release-integration ]

‎lib/content/_job-release-integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ steps:
2121
- name: Publish
2222
env:
2323
PUBLISH_TOKEN: $\{{ secrets.PUBLISH_TOKEN }}
24-
run: npm publish
24+
run: npm publish --provenance
2525
{{else}}
2626
runs-on: ubuntu-latest
2727
defaults:

0 commit comments

Comments
 (0)
Please sign in to comment.