More Fix CI

This commit is contained in:
ShintoKosei
2024-04-06 21:12:48 +08:00
committed by GitHub
parent 2c09274132
commit 8546ac56e2
2 changed files with 2 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ make_latest=$([ $preVersion = "true" ] && echo "false" || echo "true")
echo "commitid=$commitid" >> $GITHUB_ENV
echo "version=$mcversion" >> $GITHUB_ENV
echo "$mcversion"
echo "tag=$release_tag" >> $GITHUB_ENV
echo "jar=$jarName" >> $GITHUB_ENV
echo "pre=$preVersion" >> $GITHUB_ENV