Skip to content

Commit 999bc41

Browse files
committed
nuget not behaving as documented, adjusting...
1 parent e6323ae commit 999bc41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,4 @@ jobs:
108108
- name: publish
109109
env:
110110
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}
111-
run: mono $NUGET_EXE push package/Zyborg.AWS.Lambda.Kerberos*.nupkg -ApiKey $NUGET_TOKEN
111+
run: mono $NUGET_EXE push package/Zyborg.AWS.Lambda.Kerberos*.nupkg -Source nuget.org -ApiKey $NUGET_TOKEN

0 commit comments

Comments
 (0)