Skip to content

Commit

Permalink
fix: fix audit in release action
Browse files Browse the repository at this point in the history
  • Loading branch information
adoucoure committed Mar 21, 2024
1 parent f9a3637 commit d8c58c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ jobs:
uses: mskelton/setup-yarn@v1
- name: Install dependencies
run: yarn --frozen-lockfile
# - name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
# run: npm audit signatures
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
run: npm audit signatures
- name: Release
run: yarn semantic-release
env:
Expand Down

0 comments on commit d8c58c0

Please sign in to comment.