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 37d8181 commit 4b0f46e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
steps:
- name: Push package to nuget
run: dotnet nuget push **/*.nupkg
--api-keyt ${{ secrets.NUGET_DEPLOY_KEY }}
--api-key ${{ secrets.NUGET_DEPLOY_KEY }}
--source https://api.nuget.org/v3/index.json

0 comments on commit 4b0f46e

Please sign in to comment.