Removed the '$' character from commit message of $ yarn deploy

This commit is contained in:
Aria Minaei 2021-08-06 11:15:32 +02:00
parent 8a06f216a0
commit 5182865412

View file

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