From b132ae01b3f49ecbd40de7543106f0ce684b737c Mon Sep 17 00:00:00 2001 From: ohmjezzer Date: Sun, 23 Nov 2025 17:38:09 +0700 Subject: [PATCH] fix: test --- .github/workflows/bump-and-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bump-and-release.yml b/.github/workflows/bump-and-release.yml index e0ae801..5656b4f 100644 --- a/.github/workflows/bump-and-release.yml +++ b/.github/workflows/bump-and-release.yml @@ -73,7 +73,7 @@ jobs: CURRENT_VERSION="0.0.0" else echo "Found latest tag: $LATEST_TAG" - if: [ same_tag == "true" ] + if [ "$same_tag" == "true" ] CURRENT_VERSION="${LATEST_TAG_DAV#v}" else CURRENT_VERSION="${LATEST_TAG#v}"