Skip to content

Commit 005784e

Browse files
authored
Merge pull request #108 from ZvonimirMatic/master
Fix preview version names in release process.
2 parents 811e23c + 5258e24 commit 005784e

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
@@ -34,7 +34,7 @@ jobs:
3434
VERSION="${arrTag[2]}"
3535
echo Version: $VERSION
3636
CONFIGURATION="Release"
37-
VERSION="${VERSION//v}"
37+
VERSION="${VERSION#v}"
3838
echo Clean Version: $VERSION
3939
echo Configuration: $CONFIGURATION
4040
dotnet pack -v normal -c $CONFIGURATION --include-symbols --include-source -p:PackageVersion=$VERSION -o nupkg

0 commit comments

Comments
 (0)