We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f141b59 commit 498ed66Copy full SHA for 498ed66
.github/workflows/ci.yml
@@ -83,6 +83,6 @@ jobs:
83
run: |
84
echo "Tag is production"
85
echo "Pushing package to NuGet.org"
86
- dotnet nuget push ./nugets/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }}
+ dotnet nuget push ./nugets/*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }}
87
echo "Pushing Symbols to NuGet.org"
88
- dotnet nuget push ./nugets/*.snupkg --api-key ${{ secrets.NUGET_API_KEY }}
+ dotnet nuget push ./nugets/*.snupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }}
0 commit comments