Changed version variable reference
This commit is contained in:
parent
d59bf264b0
commit
0f85244681
@ -26,4 +26,4 @@ jobs:
|
|||||||
VERSION=$(grep '<Version>' < MycroForge.CLI.csproj | sed 's/.*<Version>\(.*\)<\/Version>/\1/')
|
VERSION=$(grep '<Version>' < MycroForge.CLI.csproj | sed 's/.*<Version>\(.*\)<\/Version>/\1/')
|
||||||
|
|
||||||
# Push the package
|
# Push the package
|
||||||
dotnet nuget push "nupkg/MycroForge.CLI.$VERSION.nupkg" --source devdisciples
|
dotnet nuget push nupkg/MycroForge.CLI.${VERSION}.nupkg --source devdisciples
|
||||||
|
Loading…
Reference in New Issue
Block a user