diff --git a/.github/workflows/tembo_release.yml b/.github/workflows/tembo_release.yml index c99a2ca94..dae2c7955 100644 --- a/.github/workflows/tembo_release.yml +++ b/.github/workflows/tembo_release.yml @@ -92,10 +92,9 @@ jobs: run: | $TEMBO_VERSION = $(target/${{ matrix.target }}/release/tembo.exe --version) - echo $TEMBO_VERSION $TEMBO_CLI_NAME = $TEMBO_VERSION.replace(' ','-') - echo $TEMBO_CLI_NAME - echo "TEMBO_CLI_NAME=$TEMBO_CLI_NAME" >> $GITHUB_ENV + echo "TEMBO_CLI_NAME=$TEMBO_CLI_NAME" + echo "TEMBO_CLI_NAME=$TEMBO_CLI_NAME" >> $env:$GITHUB_ENV if: runner.os == 'Windows' - name: "Generate release changelog"