Skip to content

Commit

Permalink
release: running npm audit signatures is not necessary during publish
Browse files Browse the repository at this point in the history
it is interesting, but not required, and it fails if for instance you
have a release that isn't published on npm. Which happens to be exactly
the situation right now for this package, so it breaks publishing
  • Loading branch information
mikehardy committed Dec 17, 2024
1 parent 0b4ecdf commit 4265d35
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ jobs:
# there will be errors related to pod-install but we can ignore them
- name: Install dependencies using NPM
run: npm i
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
run: npm audit signatures
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 4265d35

Please sign in to comment.