diff --git a/.github/workflows/build-binaries.yml b/.github/workflows/build-binaries.yml index 3b8d53ca..dbeb6e53 100644 --- a/.github/workflows/build-binaries.yml +++ b/.github/workflows/build-binaries.yml @@ -212,9 +212,6 @@ jobs: - name: Test run: npm test - - name: Verify release artifacts are committed - run: git diff --exit-code - - name: Upgrade npm for trusted publishing run: | npm install -g npm@11.16.0 --ignore-scripts