Skip to content

Commit

Permalink
Fix NuGet publication workflow (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioaversa authored Sep 27, 2022
1 parent a3a214f commit 3b64363
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
--api-key ${{ env.NUGET_API_KEY }}
- name: Publish to github.com
run: |
dotnet nuget push ./nupkgs/*.nupkg \
--source ${{ env.GITHUB_NUGET_SOURCE }} \
--api-key ${{ env.GITHUB_NUGET_API_KEY }}
Expand Down

0 comments on commit 3b64363

Please sign in to comment.