From c82883874ba846c794814daf33efa4b1467edd3d Mon Sep 17 00:00:00 2001 From: Christoph Wille Date: Mon, 8 Mar 2021 16:06:07 +0100 Subject: [PATCH] Remove publishing NuGet to feed --- .github/workflows/dotnet.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index ee0343c7..653252e5 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -49,7 +49,7 @@ jobs: name: AvalonEdit NuGet Package (${{ matrix.configuration }}) path: ICSharpCode.AvalonEdit/bin/Release/AvalonEdit*.nupkg if-no-files-found: error - - name: Publish NuGet - if: github.ref == 'refs/heads/master' && matrix.configuration == 'release' - run: | - dotnet nuget push "ICSharpCode.AvalonEdit\bin\Release\AvalonEdit*.nupkg" --api-key ${{ secrets.GITHUB_TOKEN }} --source https://nuget.pkg.github.com/${{ github.repository_owner }} +# - name: Publish NuGet +# if: github.ref == 'refs/heads/master' && matrix.configuration == 'release' +# run: | +# dotnet nuget push "ICSharpCode.AvalonEdit\bin\Release\AvalonEdit*.nupkg" --api-key ${{ secrets.GITHUB_TOKEN }} --source https://nuget.pkg.github.com/${{ github.repository_owner }}