From d20b10150f44a6bb38563b0a026afa9d09e14ba9 Mon Sep 17 00:00:00 2001 From: Adarsh Shah Date: Mon, 8 Jan 2024 19:31:06 -0500 Subject: [PATCH] fixes var name --- .github/workflows/tembo_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tembo_release.yml b/.github/workflows/tembo_release.yml index dae2c7955..5c90fddcf 100644 --- a/.github/workflows/tembo_release.yml +++ b/.github/workflows/tembo_release.yml @@ -94,7 +94,7 @@ jobs: $TEMBO_VERSION = $(target/${{ matrix.target }}/release/tembo.exe --version) $TEMBO_CLI_NAME = $TEMBO_VERSION.replace(' ','-') echo "TEMBO_CLI_NAME=$TEMBO_CLI_NAME" - echo "TEMBO_CLI_NAME=$TEMBO_CLI_NAME" >> $env:$GITHUB_ENV + echo "TEMBO_CLI_NAME=$TEMBO_CLI_NAME" >> $env:GITHUB_ENV if: runner.os == 'Windows' - name: "Generate release changelog"