From ec6311beb5b24fc918e5031173608447582d7262 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Tue, 23 Jun 2026 23:58:02 +0200 Subject: [PATCH] fix: skip dirty check before npm publish --- .github/workflows/build-binaries.yml | 3 --- 1 file changed, 3 deletions(-) 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