Skip to content

Commit c828838

Browse files
Remove publishing NuGet to feed
1 parent a8d86c1 commit c828838

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/dotnet.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
name: AvalonEdit NuGet Package (${{ matrix.configuration }})
5050
path: ICSharpCode.AvalonEdit/bin/Release/AvalonEdit*.nupkg
5151
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 }}

0 commit comments

Comments
 (0)