Skip to content

Commit

Permalink
Merge pull request #62 from cmdotcom/EnessenE-patch-1
Browse files Browse the repository at this point in the history
Update nuget.yml
  • Loading branch information
EricSmekens authored Oct 14, 2022
2 parents 8c1d008 + 8eefc99 commit f8fd8a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
- name: Test
run: dotnet test --no-build --verbosity normal
- name: Publish
run: dotnet nuget push **/*.nupkg --api-key ${{ secrets.nuget_apikey }}
run: dotnet nuget push **/*.nupkg --api-key ${{ secrets.nuget_apikey }} -s https://api.nuget.org/v3/index.json

0 comments on commit f8fd8a6

Please sign in to comment.