Skip to content

Commit

Permalink
chore: enable provenance by default (#13)
Browse files Browse the repository at this point in the history
* chore: enable `provenance` by default

* chore: only enable provenance in GitHub action
  • Loading branch information
colinaaa authored Dec 30, 2024
1 parent ca365e5 commit 85ffe82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}
provenance: true

- name: Create GitHub Release
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit 85ffe82

Please sign in to comment.