Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ejcoyle88 authored Nov 11, 2019
1 parent 6083f9d commit 37d8181
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ jobs:
name: Release
runs-on: windows-latest
steps:
- uses: actions/checkout@v1
- name: Pack nuget package
run: dotnet pack --configuration Release
- name: Push package to nuget
run: dotnet nuget push **/*.nupkg
--api-keyt ${{ secrets.NUGET_DEPLOY_KEY }}
Expand Down

0 comments on commit 37d8181

Please sign in to comment.