From 83667e98a13863bc5472783c3066c53ad370d667 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20K=C3=B6cher?= Date: Tue, 17 Oct 2023 10:40:27 +0200 Subject: [PATCH] This? --- .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 ee703ee387..9d0002842c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: cat $GITHUB_OUTPUT runtime-matrix: needs: [ collect-release-information ] - if: ${{ needs.collect-release-information.outputs.should-release == 1 }} + if: needs.collect-release-information.outputs.should-release == '1' runs-on: ubuntu-latest outputs: runtime: ${{ steps.runtime.outputs.runtime }}