We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4794fe commit d49f0a8Copy full SHA for d49f0a8
1 file changed
.github/workflows/dotnet-desktop.yml
@@ -77,5 +77,5 @@ jobs:
77
dotnet nuget push \
78
"${{ env.PACKAGE_OUTPUT_DIRECTORY }}/*.nupkg" \
79
--api-key $NUGET_API_KEY \
80
- --source ${{ env.NUGET_SOURCE_URL }} \
+ --source https://api.nuget.org/v3/index.json \
81
--skip-duplicate
0 commit comments