Skip to content

Commit

Permalink
ci: add provenance
Browse files Browse the repository at this point in the history
  • Loading branch information
veloii committed May 28, 2024
1 parent 0789782 commit 32c3a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Publish to npm
run: pnpm publish --access public --no-git-checks
run: pnpm publish --access public --no-git-checks --provenance

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
Expand Down

0 comments on commit 32c3a91

Please sign in to comment.