Skip to content

Commit

Permalink
Push to nuget.org for release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dpaquette authored Jan 1, 2021
1 parent d696b63 commit 45344e6
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 @@ -23,3 +23,5 @@ jobs:
with:
name: AzureFunctions.OidcAuthentication.${{ github.event.release.tag_name }}.nupkg
path: .\src\bin\Release\AzureFunctions.OidcAuthentication.${{ github.event.release.tag_name }}.nupkg
- name: Publish to Nuget.org
run: dotnet nuget push .\src\bin\Release\AzureFunctions.OidcAuthentication.${{ github.event.release.tag_name }}.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json

0 comments on commit 45344e6

Please sign in to comment.