Skip to content

Commit

Permalink
Remove publishing NuGet to feed
Browse files Browse the repository at this point in the history
  • Loading branch information
christophwille committed Mar 8, 2021
1 parent a8d86c1 commit c828838
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit c828838

Please sign in to comment.