From 04bf95b7da5a12eb4af7d39ae22c38f93073026a Mon Sep 17 00:00:00 2001 From: dkwon17-test Date: Fri, 15 Aug 2025 20:05:34 +0000 Subject: [PATCH] chore: revert "For prerelease job temporarily don't create a new branch" This reverts commit 4375b0415b91e424eb2f99026b77d6a57ecd12a7. Signed-off-by: dkwon17 --- make-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-release.sh b/make-release.sh index 74020feba..9a2cd7bcb 100755 --- a/make-release.sh +++ b/make-release.sh @@ -233,7 +233,7 @@ prerelease() { echo "[INFO] Creating ${X_BRANCH} from ${MAIN_BRANCH}" git checkout ${MAIN_BRANCH} - git checkout "${X_BRANCH}" + git checkout -b "${X_BRANCH}" echo "[INFO] Updating version to $VERSION" update_version "$VERSION"