Skip to content

Commit a176cba

Browse files
authored
Update release.yml
1 parent ce17d44 commit a176cba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
echo Version: $VERSION
3434
CONFIGURATION=$([ "${VERSION:0:2}" == "v1" ] && echo "ReleaseV1" || echo "Release")
3535
CONFIGURATION=$([ "${VERSION:0:2}" == "v2" ] && echo "ReleaseV2" || echo $CONFIGURATION)
36-
VERSION="${VERSION//v}"
36+
VERSION="${VERSION:1}"
3737
echo Clean Version: $VERSION
3838
echo Configuration: $CONFIGURATION
3939
dotnet pack -v normal -c $CONFIGURATION --include-symbols --include-source -p:PackageVersion=$VERSION -o nupkg EntityFrameworkCore.Triggered.Core.slnf

0 commit comments

Comments
 (0)