mirror of
https://github.com/danog/code-server.git
synced 2024-11-27 04:45:52 +01:00
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
Block a user