We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Version
1 parent 91bb6b8 commit 7ef1d94Copy full SHA for 7ef1d94
.github/workflows/publish-nuget-packages.yaml
@@ -17,5 +17,5 @@ jobs:
17
arrTag=(${GITHUB_REF//\// })
18
VERSION="${arrTag[2]}"
19
echo "Version: $VERSION"
20
- dotnet pack src/prometheus-net.DotNetRuntime --include-symbols -c "Release" -p:PackageVersion=$VERSION --output "build/"
+ dotnet pack src/prometheus-net.DotNetRuntime --include-symbols -c "Release" -p:Version=$VERSION --output "build/"
21
dotnet nuget push "build/prometheus-net.DotNetRuntime.*.symbols.nupkg" -k ${{ secrets.NUGET_API_KEY }} -s "https://api.nuget.org/v3/index.json" -n true
0 commit comments