Skip to content

Commit cbdfc39

Browse files
committed
add branch
1 parent 7e78e08 commit cbdfc39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/release-prepare.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ fi
6767
DEV_VERSION=$("$DIR"/get-version.sh)
6868
git add --update
6969
git commit -m "Bump version to ${DEV_VERSION}"
70-
git pull
70+
git pull "release/${RELEASE_VERSION}"
7171

7272
instructions="
7373
# Reviewer instructions

0 commit comments

Comments
 (0)