ci(create-tag): correct quote style in commit message for tag preparation (#2593)
This commit is contained in:
2
.github/workflows/create-tag.yml
vendored
2
.github/workflows/create-tag.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user