Skip to content

Commit

Permalink
ci: generate provenance statements when release (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
kecrily committed Jul 15, 2023
1 parent 4640146 commit 7b09698
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
if: ${{ steps.release.outputs.release_created }}
- run: npm publish
- run: npm publish --provenance
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
if: ${{ steps.release.outputs.release_created }}
Expand Down

0 comments on commit 7b09698

Please sign in to comment.