File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 49
49
name : AvalonEdit NuGet Package (${{ matrix.configuration }})
50
50
path : ICSharpCode.AvalonEdit/bin/Release/AvalonEdit*.nupkg
51
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 }}
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 }}
You can’t perform that action at this time.
0 commit comments