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.
1 parent 1253fe8 commit 304bfd5Copy full SHA for 304bfd5
.github/workflows/master.yml
@@ -30,4 +30,4 @@ jobs:
30
name: nupkg
31
path: artifacts/*
32
- name: 📦 Publish to GitHub
33
- run: dotnet nuget push "artifacts/*.nupkg" -s https://nuget.pkg.github.com/PrometheusClientNet/index.json -k ${{ secrets.GH_DEPLOY_KEY }} --skip-duplicate
+ run: dotnet nuget push "artifacts/*.nupkg" -s https://nuget.pkg.github.com/prom-client-net/index.json -k ${{ secrets.GH_DEPLOY_KEY }} --skip-duplicate
0 commit comments