Skip to content

Commit 4375b04

Browse files
committed
For prerelease job temporarily don't create a new branch
Signed-off-by: David Kwon <[email protected]>
1 parent 846258a commit 4375b04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ prerelease() {
233233

234234
echo "[INFO] Creating ${X_BRANCH} from ${MAIN_BRANCH}"
235235
git checkout ${MAIN_BRANCH}
236-
git checkout -b "${X_BRANCH}"
236+
git checkout "${X_BRANCH}"
237237

238238
echo "[INFO] Updating version to $VERSION"
239239
update_version "$VERSION"

0 commit comments

Comments
 (0)