We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e8ef9f commit 3487ce5Copy full SHA for 3487ce5
.github/workflows/release.yml
@@ -30,8 +30,8 @@ jobs:
30
node-version: 'lts/*'
31
- name: Install dependencies
32
run: npm ci
33
- - name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
34
- run: npm audit signatures
+ #- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
+ # run: npm audit signatures
35
- name: Release
36
env:
37
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments