Skip to content

Commit 9a11639

Browse files
committed
Don't accept addition commit in main
1 parent ed52615 commit 9a11639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/release/release_rc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ fi
5050
if [ "${RELEASE_PULL}" -gt 0 ]; then
5151
echo "Ensure using the latest commit"
5252
git checkout main
53-
git pull --rebase --prune
53+
git pull --ff-only
5454
fi
5555

5656
version=$(grep -o '^ <version>.*</version>' "pom.xml" |

0 commit comments

Comments
 (0)