From 54ba65f485116badea0d0aa68e40cff76837cc81 Mon Sep 17 00:00:00 2001 From: Gregoire Pailler Date: Sat, 20 Mar 2021 18:34:22 +0800 Subject: [PATCH] Add NuGet source server for release publish --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b887008..a580320 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -152,4 +152,4 @@ jobs: - name: Publish on NuGet run: | cd ./artifacts/ - dotnet nuget push *.nupkg --api-key ${{ secrets.NUGET_SECRET }} \ No newline at end of file + dotnet nuget push *.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_SECRET }} \ No newline at end of file