Skip to content

Commit 7f786f4

Browse files
committed
refactor: fix git commit line
1 parent a986b19 commit 7f786f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/build/release-prep.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ main() {
9191
# Updates the svg to be green for the badge
9292
$CMD sd "red.svg" "green.svg" ../../README.md
9393

94-
$CMD git add . && $CMD git commit -am "chore(release): bump version to $CODE_SERVER_VERSION_TO_UPDATE"
94+
$CMD git commit -am "chore(release): bump version to $CODE_SERVER_VERSION_TO_UPDATE"
9595

9696
# Note: we need to set upstream as well or the gh pr create step will fail
9797
# See: https://github.com/cli/cli/issues/575

0 commit comments

Comments
 (0)