Skip to content

Commit

Permalink
chore(release): comment out command which blocks releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkomen committed Jun 26, 2024
1 parent 878cb7d commit 0b12e68
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 @@ -28,8 +28,8 @@ jobs:
node-version: "lts/*"
- name: Install dependencies
run: yarn install
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
run: yarn audit signatures
# - name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
# run: yarn audit signatures
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 0b12e68

Please sign in to comment.