Skip to content

Commit

Permalink
feat: publish with provenance (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar committed Apr 19, 2023
1 parent d17e7d9 commit 31ce960
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ jobs:
- name: Publish
env:
PUBLISH_TOKEN: ${{ secrets.PUBLISH_TOKEN }}
run: npm publish
run: npm publish --provenance

post-release-integration:
needs: [ release, release-integration ]
Expand Down
2 changes: 1 addition & 1 deletion lib/content/_job-release-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ steps:
- name: Publish
env:
PUBLISH_TOKEN: $\{{ secrets.PUBLISH_TOKEN }}
run: npm publish
run: npm publish --provenance
{{else}}
runs-on: ubuntu-latest
defaults:
Expand Down

0 comments on commit 31ce960

Please sign in to comment.