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