mirror of https://git.tuxpa.in/a/code-server.git
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
|
||||
$CMD yarn badges
|
||||
# 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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue