diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ea4fb2d2..4ae9e7fd 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 }}