Skip to content

Commit f18e113

Browse files
committed
chore: revert "For prerelease job temporarily don't create a new branch"
This reverts commit 4375b04. Signed-off-by: dkwon17 <[email protected]>
1 parent 5a0fc87 commit f18e113

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 "${X_BRANCH}"
236+
git checkout -b "${X_BRANCH}"
237237

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

0 commit comments

Comments
 (0)