From c01cc8f7631772183087cc536117e2a8e42bb81e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20K=C3=B6cher?= Date: Tue, 17 Oct 2023 10:27:34 +0200 Subject: [PATCH] Single quotes.. --- .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 675dc528f7..1107b55003 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.should-release == "1" }} + if: ${{ needs.collect-release-information.should-release == '1' }} runs-on: ubuntu-latest outputs: runtime: ${{ steps.runtime.outputs.runtime }}