From c05abc2b0de7416954720d99830f30f1e73d8bda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mentine=20Urquizar=20-=20curqui?= Date: Thu, 10 Nov 2022 10:40:04 +0100 Subject: [PATCH] Update .github/workflows/publish-binaries.yml --- .github/workflows/publish-binaries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-binaries.yml b/.github/workflows/publish-binaries.yml index abad55f0e..72ea1745f 100644 --- a/.github/workflows/publish-binaries.yml +++ b/.github/workflows/publish-binaries.yml @@ -25,7 +25,7 @@ jobs: if [[ $escaped_tag =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ ]]; then echo "stable=true" >> ${GITHUB_OUTPUT} else - echo "stable=false" >> ${GITHUB_OUTPUT} + echo "stable=false" >> $GITHUB_OUTPUT fi - name: Check release validity if: github.event_name != 'schedule' && steps.check-tag-format.outputs.stable == 'true'