From 687f18b6b83b916ac51a1128591f9c346d5d2fdb Mon Sep 17 00:00:00 2001 From: fallenbagel <98979876+fallenbagel@users.noreply.github.com> Date: Fri, 27 Feb 2026 23:00:37 +0500 Subject: [PATCH] ci(create-tag): correct quote style in commit message for tag preparation (#2593) --- .github/workflows/create-tag.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-tag.yml b/.github/workflows/create-tag.yml index e532d6be..97975b06 100644 --- a/.github/workflows/create-tag.yml +++ b/.github/workflows/create-tag.yml @@ -78,7 +78,7 @@ jobs: - name: Commit updated files run: | git add package.json - git commit -m 'chore(release): prepare ${TAG_VERSION}' + git commit -m "chore(release): prepare ${TAG_VERSION}" git push - name: Create git tag