Skip to content

Commit d49f0a8

Browse files
committed
source modified
1 parent b4794fe commit d49f0a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnet-desktop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,5 @@ jobs:
7777
dotnet nuget push \
7878
"${{ env.PACKAGE_OUTPUT_DIRECTORY }}/*.nupkg" \
7979
--api-key $NUGET_API_KEY \
80-
--source ${{ env.NUGET_SOURCE_URL }} \
80+
--source https://api.nuget.org/v3/index.json \
8181
--skip-duplicate

0 commit comments

Comments
 (0)