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