Jump Build To Debug CI <12>

This commit is contained in:
ShintoKosei
2024-04-06 22:35:25 +08:00
committed by GitHub
parent c69ed4279e
commit 0bfac95070

View File

@@ -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')