We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8d86c1 commit c828838Copy full SHA for c828838
1 file changed
.github/workflows/dotnet.yml
@@ -49,7 +49,7 @@ jobs:
49
name: AvalonEdit NuGet Package (${{ matrix.configuration }})
50
path: ICSharpCode.AvalonEdit/bin/Release/AvalonEdit*.nupkg
51
if-no-files-found: error
52
- - name: Publish NuGet
53
- if: github.ref == 'refs/heads/master' && matrix.configuration == 'release'
54
- run: |
55
- 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 }}
0 commit comments