Skip to content

Commit

Permalink
Merge pull request #540 from wwahammy/get-semantic-release-working
Browse files Browse the repository at this point in the history
fix: add provenance
  • Loading branch information
wwahammy authored Jan 3, 2025
2 parents 8feaa62 + ca13a95 commit 7812208
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,8 @@ jobs:
uses: cycjimmy/semantic-release-action@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
with:
extra_plugins: |
@semantic-release/git
@semantic-release/changelog
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,8 @@
},
"types": "./dist/index.d.ts",
"sideEffects": false,
"packageManager": "[email protected]"
"packageManager": "[email protected]",
"publishConfig": {
"provenance": true
}
}

0 comments on commit 7812208

Please sign in to comment.