diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a900da4c..7b672f11 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: