We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c1d008 commit 8eefc99Copy full SHA for 8eefc99
.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