💚 change back to ubuntu

This commit is contained in:
微凉
2021-11-04 22:38:08 +08:00
parent 8255ef4346
commit 91f64161b2
3 changed files with 9 additions and 9 deletions

View File

@ -9,7 +9,7 @@ gitCommit=$(git log --pretty=format:"%h" -1)
if [ "$1" == "release" ]; then
gitTag=$(git describe --abbrev=0 --tags)
else
gitTag=$(git describe --abbrev=0 --tags)-next
gitTag=build-next
fi
echo "build version: $gitTag"