Skip to content

Commit 3487ce5

Browse files
authored
fix: Update release.yml
1 parent 9e8ef9f commit 3487ce5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
node-version: 'lts/*'
3131
- name: Install dependencies
3232
run: npm ci
33-
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
34-
run: npm audit signatures
33+
#- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
34+
# run: npm audit signatures
3535
- name: Release
3636
env:
3737
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)