We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c1d008 + 8eefc99 commit f8fd8a6Copy full SHA for f8fd8a6
.github/workflows/nuget.yml
@@ -22,4 +22,4 @@ jobs:
22
- name: Test
23
run: dotnet test --no-build --verbosity normal
24
- name: Publish
25
- 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 commit comments