From d61975d78f1e33ce8d77a77874e7cdc495bdefcf Mon Sep 17 00:00:00 2001 From: Johannes Bildstein Date: Sat, 28 Nov 2020 19:04:57 +0100 Subject: [PATCH] replace gpr with dotnet nuget push using the API key should be supported now, see NuGet/Home#8580 --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d35a334..099c14a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,5 @@ jobs: with: name: Packages path: Publish/** - - name: Setup gpr - run: dotnet tool update gpr -g - name: Publish NuGet - run: gpr push Publish\*.nupkg -k ${{ secrets.GITHUB_TOKEN }} + run: dotnet nuget push Publish\*.nupkg -k ${GITHUB_TOKEN} -s https://nuget.pkg.github.com/JBildstein/index.json