Skip to content

Commit

Permalink
fixes var name
Browse files Browse the repository at this point in the history
  • Loading branch information
shahadarsh committed Jan 9, 2024
1 parent 1cc13a1 commit d20b101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tembo_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d20b101

Please sign in to comment.