mirror of
https://github.com/zoriya/EntityFrameworkCore.Projectables.git
synced 2026-05-19 09:41:21 +00:00
Cleaned up more V1 stuff
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user