ci(create-tag): correct quote style in commit message for tag preparation (#2593)

This commit is contained in:
fallenbagel
2026-02-27 23:00:37 +05:00
committed by GitHub
parent 946bdecec5
commit 687f18b6b8

View File

@@ -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