Skip to content

Commit

Permalink
Upload to NuGet when pushed to master
Browse files Browse the repository at this point in the history
[changelog skip]
  • Loading branch information
earlbread committed Oct 7, 2019
1 parent 9f55530 commit 3b82849
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ jobs:
run: .github/bin/dist-github-release.sh
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- if: >-
github.event_name != 'pull_request' &&
startsWith(github.ref, 'refs/tags/')
- if: github.event_name != 'pull_request'
run: .github/bin/dist-nuget.sh
env:
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
Expand Down

0 comments on commit 3b82849

Please sign in to comment.