Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dpaquette committed Jan 1, 2021
2 parents a62441f + 45344e6 commit e64c11c
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 e64c11c

Please sign in to comment.