Skip to content

Commit

Permalink
nuget not behaving as documented, adjusting...
Browse files Browse the repository at this point in the history
  • Loading branch information
ebekker committed Oct 9, 2019
1 parent e6323ae commit 999bc41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@ jobs:
- name: publish
env:
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}
run: mono $NUGET_EXE push package/Zyborg.AWS.Lambda.Kerberos*.nupkg -ApiKey $NUGET_TOKEN
run: mono $NUGET_EXE push package/Zyborg.AWS.Lambda.Kerberos*.nupkg -Source nuget.org -ApiKey $NUGET_TOKEN

0 comments on commit 999bc41

Please sign in to comment.