Skip to content

Commit

Permalink
Removed nuget-push from this workflow, #4
Browse files Browse the repository at this point in the history
  • Loading branch information
hjerpbakk authored Oct 23, 2019
1 parent 789abc4 commit 7b24619
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,4 @@ jobs:
./codecov -f "./CoverageResults/coverage.opencover.xml" -t ${{ secrets.CODECOV_TOKEN }}
shell: bash
if: matrix.os == 'macOS-latest'
- name: Publish to NuGet from macOS
run: |
chmod +x pack.sh
./pack.sh
nuget push ./nupkgs/*.nupkg -ApiKey ${{ secrets.NUGET_KEY }}
shell: bash
if: matrix.os == 'macOS-latest'

0 comments on commit 7b24619

Please sign in to comment.