From 2679f04be3fd5313a4a0b8a552951d024c6bd81d Mon Sep 17 00:00:00 2001 From: kekonn Date: Thu, 21 Mar 2024 18:44:41 +0100 Subject: [PATCH] fix: Fix job condition --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 1a342e3..436a2f5 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -34,7 +34,7 @@ jobs: build-release: needs: - plan - if: ${{ fromJson(needs.plan.outputs.versionManifest != null && github.event_name == 'release' }} + if: ${{ fromJson(needs.plan.outputs.versionManifest) != null && github.event_name == 'release' }} name: Build for (${{ matrix.os }}) runs-on: ubuntu-latest strategy: