fix: sd correct file in release-prep for badges
This commit is contained in:
parent
3a49299f84
commit
e5ed927d51
|
@ -86,7 +86,7 @@ main() {
|
||||||
# Updates the Lines badge in the README
|
# Updates the Lines badge in the README
|
||||||
$CMD yarn badges
|
$CMD yarn badges
|
||||||
# Updates the svg to be green for the badge
|
# Updates the svg to be green for the badge
|
||||||
$CMD sd "red.svg" "green.svg" ../../README.md
|
$CMD sd "red.svg" "green.svg" ./README.md
|
||||||
|
|
||||||
$CMD git commit -am "chore(release): bump version to $CODE_SERVER_VERSION_TO_UPDATE"
|
$CMD git commit -am "chore(release): bump version to $CODE_SERVER_VERSION_TO_UPDATE"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue