Skip to content

Commit

Permalink
Add NuGet source server for release publish
Browse files Browse the repository at this point in the history
  • Loading branch information
gpailler committed Mar 20, 2021
1 parent 6daca57 commit 54ba65f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,4 +152,4 @@ jobs:
- name: Publish on NuGet
run: |
cd ./artifacts/
dotnet nuget push *.nupkg --api-key ${{ secrets.NUGET_SECRET }}
dotnet nuget push *.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_SECRET }}

0 comments on commit 54ba65f

Please sign in to comment.