From 0bfac950702214044026b4309c5181c96599b7a9 Mon Sep 17 00:00:00 2001 From: ShintoKosei <67397639+ShintoKosei@users.noreply.github.com> Date: Sat, 6 Apr 2024 22:35:25 +0800 Subject: [PATCH] Jump Build To Debug CI <12> --- scripts/PushToAPI.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/PushToAPI.sh b/scripts/PushToAPI.sh index 142d96c..cb05384 100644 --- a/scripts/PushToAPI.sh +++ b/scripts/PushToAPI.sh @@ -16,7 +16,7 @@ if [ $pre = "true" ]; then else channel="default" fi -git checkout ver/1.20.4 +git tag 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')