Skip to content

Commit

Permalink
NuGet push to GPR doesn't work on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
mhutch committed Oct 16, 2019
1 parent c056677 commit 863011b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,3 @@ jobs:

- name: Test
run: mono ./testrunner/NUnit.ConsoleRunner.3.8.0/tools/nunit3-console.exe ./Mono.TextTemplating.Tests/bin/Release/net472/Mono.TextTemplating.Tests.dll

- name: Configure NuGet
run: mono nuget.exe source Add -Name "GitHub" -Source "https://nuget.pkg.github.com/mono/index.json" -UserName mono -Password ${{ secrets.GITHUB_TOKEN }}
if: github.ref == 'refs/heads/master'

- name: Push NuGet packages
run: for f in packages/Release/*; do mono nuget.exe push -Source "GitHub" $f; done
if: github.ref == 'refs/heads/master'

0 comments on commit 863011b

Please sign in to comment.