From c69ed4279e753477d2569e2702b0a07db38f4047 Mon Sep 17 00:00:00 2001 From: ShintoKosei <67397639+ShintoKosei@users.noreply.github.com> Date: Sat, 6 Apr 2024 22:34:17 +0800 Subject: [PATCH] Jump Build To Debug CI <11> --- scripts/PushToAPI.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/PushToAPI.sh b/scripts/PushToAPI.sh index ff47d4f..142d96c 100644 --- a/scripts/PushToAPI.sh +++ b/scripts/PushToAPI.sh @@ -16,6 +16,7 @@ if [ $pre = "true" ]; then else channel="default" fi +git checkout ver/1.20.4 echo "Latest tag: $(git describe --tags --abbrev=0)" number=$(git log --oneline ver/1.20.4 ^$(git describe --tags --abbrev=0) | wc -l) changes=$(git log --pretty='%H<<<%s>>>' -"$number" | sed ':a;N;$!ba;s/\n//g')