Fixed syntax error
All checks were successful
Build and publish MycroForge.CLI / test (push) Successful in 41s
Test MycroForge.CLI / test (push) Has been skipped

This commit is contained in:
mdnapo 2024-10-06 14:17:49 +02:00
parent 52d2507891
commit 5c7d07afb0

View File

@ -25,7 +25,10 @@ jobs:
VERSION=$(grep '<Version>' < MycroForge.CLI.csproj | sed 's/.*<Version>\(.*\)<\/Version>/\1/')
ls nupkg
TAG="nupkg/$(ls nupkg)"
echo "TAG=$TAG"
# 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