Skip to content

Commit

Permalink
chore: synced file(s) with prom-client-net/prom-tmpl
Browse files Browse the repository at this point in the history
  • Loading branch information
phnx47-bot committed Nov 1, 2023
1 parent c0071ab commit f2f75c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ jobs:
with:
name: nupkgs
- name: Push to pkg.github.com
run: dotnet nuget push "**/*.nupkg" -s https://nuget.pkg.github.com/prom-client-net/index.json -k ${{ secrets.GH_FULL_PAT }} --skip-duplicate
run: dotnet nuget push "**/*.nupkg" -s https://nuget.pkg.github.com/prom-client-net/index.json -k ${{ secrets.GH_FULL_PAT }}

nuget:
name: Deploy to NuGet
needs: [build]
Expand Down

0 comments on commit f2f75c3

Please sign in to comment.