Skip to content

Commit

Permalink
Publish to nuget in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dpaquette authored Mar 6, 2020
1 parent a835260 commit b6df000
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ jobs:
with:
name: AspNetMonsters.ApplicationInsights
path: ./AspNetMonsters.ApplicationInsights/AspNetMonsters.ApplicationInsights/bin/Release/AspNetMonsters.ApplicationInsights.${{ github.event.release.tag_name }}.nupkg
- name: Publish Nuget Package
run: dotnet nuget push **/*.nupkg --api-key ${{ secrets.nuget_api_key }} --source https://api.nuget.org/v3/index.json

0 comments on commit b6df000

Please sign in to comment.