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 }}