Cleaned up more V1 stuff

This commit is contained in:
Koen Bekkenutte
2021-12-12 20:51:35 +08:00
parent 8ddf87c202
commit 127d54768a
3 changed files with 1 additions and 41 deletions

View File

@@ -33,7 +33,7 @@ jobs:
arrTag=(${GITHUB_REF//\// })
VERSION="${arrTag[2]}"
echo Version: $VERSION
CONFIGURATION=$([ "${VERSION:0:2}" == "v1" ] && echo "ReleaseV1" || echo "Release")
CONFIGURATION="Release"
VERSION="${VERSION//v}"
echo Clean Version: $VERSION
echo Configuration: $CONFIGURATION