Skip to content

Commit

Permalink
Merge pull request #108 from ZvonimirMatic/master
Browse files Browse the repository at this point in the history
Fix preview version names in release process.
  • Loading branch information
koenbeuk authored Jun 12, 2024
2 parents 811e23c + 5258e24 commit 005784e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
VERSION="${arrTag[2]}"
echo Version: $VERSION
CONFIGURATION="Release"
VERSION="${VERSION//v}"
VERSION="${VERSION#v}"
echo Clean Version: $VERSION
echo Configuration: $CONFIGURATION
dotnet pack -v normal -c $CONFIGURATION --include-symbols --include-source -p:PackageVersion=$VERSION -o nupkg
Expand Down

0 comments on commit 005784e

Please sign in to comment.