Skip to content

Commit

Permalink
ci: add npm audit signatures to release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecrs committed Dec 27, 2024
1 parent 1140056 commit 74c99be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
- uses: actions/checkout@v4
- uses: volta-cli/action@v4
- run: npm ci
- run: npm audit signatures
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 74c99be

Please sign in to comment.