Removed the '$' character from commit message of $ yarn deploy
This commit is contained in:
parent
8a06f216a0
commit
5182865412
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ const packagesWhoseVersionsShouldBump = [
|
|||
console.log('Committing/tagging')
|
||||
|
||||
await $`git add .`
|
||||
await $`git commit -m "${version}"`
|
||||
await $`git commit -m ${version}`
|
||||
await $`git tag ${version}`
|
||||
|
||||
// if (!gitTags.some((tag) => tag === version)) {
|
||||
|
|
Loading…
Reference in a new issue