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