ci: remove signatures audit step
The step is currently failing due to vite 5.1.6 invalid signatures
This commit is contained in:
parent
3e8e7417d4
commit
f0aaaed536
1 changed files with 0 additions and 3 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue