Fixed syntax error
This commit is contained in:
parent
52d2507891
commit
5c7d07afb0
@ -25,7 +25,10 @@ jobs:
|
|||||||
|
|
||||||
VERSION=$(grep '<Version>' < MycroForge.CLI.csproj | sed 's/.*<Version>\(.*\)<\/Version>/\1/')
|
VERSION=$(grep '<Version>' < MycroForge.CLI.csproj | sed 's/.*<Version>\(.*\)<\/Version>/\1/')
|
||||||
|
|
||||||
ls nupkg
|
TAG="nupkg/$(ls nupkg)"
|
||||||
|
|
||||||
|
echo "TAG=$TAG"
|
||||||
|
|
||||||
# Push the package
|
# Push the package
|
||||||
dotnet nuget push "$nupkg/MycroForge.CLI.$VERSION.nupkg" --source devdisciples
|
dotnet nuget push "$TAG" --source devdisciples
|
||||||
|
# dotnet nuget push "nupkg/MycroForge.CLI.$VERSION.nupkg" --source devdisciples
|
||||||
|
Loading…
Reference in New Issue
Block a user