From 38376ffab5625d4ecf05b32366bea43731aca4af Mon Sep 17 00:00:00 2001 From: ksemenenko Date: Fri, 14 Oct 2022 15:03:05 +0200 Subject: [PATCH] push --- .github/workflows/nuget.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index dc2e577..147f52f 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -31,5 +31,5 @@ jobs: shopt -s globstar for file in **/*.nupkg do - dotnet nuget push "$file" --api-key ${{ secrets.NUGET_API_KEY }} --skip-duplicate - done \ No newline at end of file + dotnet nuget push "$file" --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate --no-symbols + done \ No newline at end of file