From acf40ffc1d2224a20d29aad479d616eaa0f6f4e6 Mon Sep 17 00:00:00 2001 From: Rodrigo Pereyra Diaz Date: Fri, 4 Apr 2025 23:33:50 -0300 Subject: [PATCH] chore: update continuous-delivery-nuget.yml --- .github/workflows/continuous-delivery-nuget.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/continuous-delivery-nuget.yml b/.github/workflows/continuous-delivery-nuget.yml index d29ec20..e0f1db0 100644 --- a/.github/workflows/continuous-delivery-nuget.yml +++ b/.github/workflows/continuous-delivery-nuget.yml @@ -87,4 +87,5 @@ jobs: run: | dotnet nuget push ./nugets/*.nupkg \ --skip-duplicate \ - --api-key ${{ secrets.NUGET_API_KEY }} + --api-key ${{ secrets.NUGET_API_KEY }} \ + --source https://api.nuget.org/v3/index.json