From 7763245775856645611931a176038e40f284a00e Mon Sep 17 00:00:00 2001 From: "Aaron (\"AJ\") Steers" Date: Fri, 22 Nov 2024 10:28:51 -0800 Subject: [PATCH] apply suggestion Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- .github/workflows/publish_sdm_connector.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_sdm_connector.yml b/.github/workflows/publish_sdm_connector.yml index 796ddf9c..609e626d 100644 --- a/.github/workflows/publish_sdm_connector.yml +++ b/.github/workflows/publish_sdm_connector.yml @@ -80,7 +80,7 @@ jobs: exit 1 fi # Set the version to the input version if non-empty, otherwise the detected version - VERSION=${INPUT_VERSION:-$DETECTED_VERSION} + VERSION="${INPUT_VERSION:-$DETECTED_VERSION}" # Fail if the version is still empty if [ -z "$VERSION" ]; then echo "Error: VERSION is not set. Ensure the tag follows the format 'refs/tags/vX.Y.Z'."