From 8d79f501f3cf8b7a4c3af3c5f7b1b93e7e2ee65f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mentine=20Urquizar=20-=20curqui?= Date: Thu, 10 Nov 2022 10:40:09 +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 72ea1745f..beca21a00 100644 --- a/.github/workflows/publish-binaries.yml +++ b/.github/workflows/publish-binaries.yml @@ -23,7 +23,7 @@ jobs: escaped_tag=$(printf "%q" ${{ github.ref_name }}) if [[ $escaped_tag =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ ]]; then - echo "stable=true" >> ${GITHUB_OUTPUT} + echo "stable=true" >> $GITHUB_OUTPUT else echo "stable=false" >> $GITHUB_OUTPUT fi