From 23200ec77ea4cb57ec3691e963b67ad0c2acd1f7 Mon Sep 17 00:00:00 2001 From: ahabhgk Date: Thu, 25 Sep 2025 16:33:08 +0800 Subject: [PATCH] chore: fix shell var use --- .github/workflows/Publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Publish.yaml b/.github/workflows/Publish.yaml index 67068b7..067ece0 100644 --- a/.github/workflows/Publish.yaml +++ b/.github/workflows/Publish.yaml @@ -34,5 +34,5 @@ jobs: git config --global user.name "github-actions[bot]" git config --global user.email "github-actions[bot]@users.noreply.github.com" git status - git tag $PUBLISHED_VERSION -m $PUBLISHED_VERSION + git tag "$PUBLISHED_VERSION" -m "$PUBLISHED_VERSION" git push origin --follow-tags