Changed version variable reference
Some checks failed
Build and publish MycroForge.CLI / test (push) Failing after 1m5s
Test MycroForge.CLI / test (push) Has been skipped

This commit is contained in:
mdnapo 2024-10-06 14:09:00 +02:00
parent d59bf264b0
commit 0f85244681

View File

@ -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