mirror of
https://github.com/cdr/code-server.git
synced 2025-12-07 08:52:16 +01:00
fix: sd correct file in release-prep for badges
This commit is contained in:
parent
3a49299f84
commit
e5ed927d51
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue