Skip to content

Commit

Permalink
ci: remove signatures audit step
Browse files Browse the repository at this point in the history
The step is currently failing due to vite 5.1.6 invalid signatures
  • Loading branch information
BearToCode committed Mar 19, 2024
1 parent 3e8e741 commit f0aaaed
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ jobs:
- name: Build all packages
run: pnpm build

- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
run: npm audit signatures

- name: Release
run: npm run publish
env:
Expand Down

0 comments on commit f0aaaed

Please sign in to comment.