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 50d0bc9 commit 6045ddeCopy full SHA for 6045dde
.github/workflows/master.yml
@@ -33,5 +33,5 @@ jobs:
33
name: nupkg
34
path: artifacts/*
35
- name: Publish to GitHub
36
- run: dotnet nuget push "artifacts/*.nupkg" -s "github" -k ${{ secrets.GH_DEPLOY_KEY }} --skip-duplicate
+ run: dotnet nuget push "artifacts/*.nupkg" -s https://nuget.pkg.github.com/PrometheusClientNet/index.json -k ${{ secrets.GH_DEPLOY_KEY }} --skip-duplicate
37
0 commit comments