From f6d78dff4477871af2ec2b36c1f88a2e89720fd6 Mon Sep 17 00:00:00 2001 From: Daanvdplas Date: Thu, 16 Jan 2025 15:32:00 +0200 Subject: [PATCH] fix(ci): default --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a900da4c7..7b672f111 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -152,7 +152,7 @@ jobs: build-node: runs-on: ${{ matrix.platform.os }} if: | - startsWith(github.event.release.tag_name, 'node') || (github.event_name == 'workflow_dispatch' && inputs.node == 'true') + startsWith(github.event.release.tag_name, 'node') || (github.event_name == 'workflow_dispatch' && inputs.node) permissions: contents: write strategy: