From f4591318c1fb5afe4adf9b2d0405e96c1926eae5 Mon Sep 17 00:00:00 2001 From: Adarsh Shah Date: Wed, 3 Jan 2024 16:24:48 -0500 Subject: [PATCH] gh action cleanup --- .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 f93544d1b..32d994662 100644 --- a/.github/workflows/tembo_release.yml +++ b/.github/workflows/tembo_release.yml @@ -60,7 +60,7 @@ jobs: run: | set -x PKG_VERSION=$(awk -F ' = ' '$$1 ~ /version/ { gsub(/[\\"]/, "", $$2); printf("%s",$$2); exit; }' Cargo.toml) - TEMBO_VERSION=${PKG_VERSION#"version ="} + TEMBO_VERSION=${PKG_VERSION#"version = "} TEMBO_CLI_NAME=tembo-cli-${TEMBO_VERSION} echo "TEMBO_CLI_NAME=$TEMBO_CLI_NAME" >> $GITHUB_ENV