Skip to content

Commit

Permalink
ci(cd): publish to npm with provenance (#495)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs authored Apr 24, 2023
1 parent b9c7a5d commit 7571e97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:

permissions:
contents: write
id-token: write
pull-requests: write

jobs:
Expand Down Expand Up @@ -49,4 +50,4 @@ jobs:
npm i --ignore-scripts
npm run build
npm pkg delete commitlint devDependencies jest scripts
npm publish --ignore-scripts
npm publish --ignore-scripts --provenance

0 comments on commit 7571e97

Please sign in to comment.