We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a49299 commit e5ed927Copy full SHA for e5ed927
ci/build/release-prep.sh
@@ -86,7 +86,7 @@ main() {
86
# Updates the Lines badge in the README
87
$CMD yarn badges
88
# Updates the svg to be green for the badge
89
- $CMD sd "red.svg" "green.svg" ../../README.md
+ $CMD sd "red.svg" "green.svg" ./README.md
90
91
$CMD git commit -am "chore(release): bump version to $CODE_SERVER_VERSION_TO_UPDATE"
92
0 commit comments