We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3b0673 commit 4cb73efCopy full SHA for 4cb73ef
1 file changed
.github/workflows/dotnet.yml
@@ -61,5 +61,5 @@ jobs:
61
NUGET_API_KEY: ${{ secrets.NUGET_PUSH_API_KEY }}
62
if: ${{ matrix.job.push && env.NUGET_API_KEY != '' && startsWith(github.ref, 'refs/tags/') }}
63
run: |
64
- dotnet nuget push src/**/*.nupkg --api-key ${{ env.NUGET_API_KEY }}
+ dotnet nuget push src/**/*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ env.NUGET_API_KEY }}
65
0 commit comments