Skip to content

Commit

Permalink
ci: generate provenance statements when release (#579)
Browse files Browse the repository at this point in the history
  • Loading branch information
kecrily committed Jul 14, 2023
1 parent 408eabd commit c1ef82c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-please.yml
Expand Up @@ -9,6 +9,7 @@ jobs:
permissions:
contents: write
pull-requests: write
id-token: write
steps:
- uses: google-github-actions/release-please-action@v3
id: release
Expand Down Expand Up @@ -37,7 +38,7 @@ jobs:
if: ${{ steps.release.outputs.release_created }}
- run: |
npm install
npm publish
npm publish --provenance
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
if: ${{ steps.release.outputs.release_created }}
Expand Down

0 comments on commit c1ef82c

Please sign in to comment.