We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6323ae commit 999bc41Copy full SHA for 999bc41
.github/workflows/build.yml
@@ -108,4 +108,4 @@ jobs:
108
- name: publish
109
env:
110
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}
111
- 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 commit comments