Jump Build To Debug CI <11>

This commit is contained in:
ShintoKosei
2024-04-06 22:34:17 +08:00
committed by GitHub
parent 127aa3728a
commit c69ed4279e

View File

@@ -16,6 +16,7 @@ if [ $pre = "true" ]; then
else else
channel="default" channel="default"
fi fi
git checkout ver/1.20.4
echo "Latest tag: $(git describe --tags --abbrev=0)" echo "Latest tag: $(git describe --tags --abbrev=0)"
number=$(git log --oneline ver/1.20.4 ^$(git describe --tags --abbrev=0) | wc -l) 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') changes=$(git log --pretty='%H<<<%s>>>' -"$number" | sed ':a;N;$!ba;s/\n//g')