From 132ec56c0fb1c0978b79a9075f397d4687668d8c Mon Sep 17 00:00:00 2001 From: Pavel Krymets Date: Mon, 8 Mar 2021 08:49:05 -0800 Subject: [PATCH] nuget.org explicit --- .github/workflows/dotnet.yml | 2 +- NuGet.Config | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 62ed265..3144589 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -31,5 +31,5 @@ jobs: run: dotnet nuget push nuget/*.nupkg --api-key ${{ secrets.GITHUB_TOKEN }} --source "github" --skip-duplicate --no-symbols true if: github.event_name == 'push' && github.ref == 'refs/heads/main' - name: Publish NuGet packages to NuGet - run: dotnet nuget push nuget/*.nupkg --api-key ${{ secrets.NUGET_KEY }} --source "NuGet" --skip-duplicate --no-symbols true + run: dotnet nuget push nuget/*.nupkg --api-key ${{ secrets.NUGET_KEY }} --source "nuget.org" --skip-duplicate --no-symbols true if: github.event_name == 'push' && github.ref == 'refs/heads/main' \ No newline at end of file diff --git a/NuGet.Config b/NuGet.Config index 9593ea5..be7d879 100644 --- a/NuGet.Config +++ b/NuGet.Config @@ -1,6 +1,8 @@ + + \ No newline at end of file