From 423567ad5f4f56ccbc251897d404fa7b252bd18c Mon Sep 17 00:00:00 2001 From: Rob Bos Date: Fri, 4 Apr 2025 17:14:56 +0200 Subject: [PATCH] Prevent build from failing on publish --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 35b7e75..8a34682 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,13 +29,12 @@ jobs: publish: runs-on: ubuntu-latest needs: build - #if: github.event_name == 'release' + if: github.event_name == 'release' environment: release name: Publish to npx permissions: contents: read id-token: write - steps: - uses: actions/checkout@v4