Skip to content

Commit

Permalink
fix: disabled audit
Browse files Browse the repository at this point in the history
  • Loading branch information
adoucoure committed Mar 21, 2024
1 parent b929bed commit f9a3637
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 f9a3637

Please sign in to comment.