Skip to content

Commit 6d99930

Browse files
authored
Add required source param (#169)
1 parent 3f15ce1 commit 6d99930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nuget_upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
- name: Publish
2626
run: |
2727
nuget setApiKey ${{ secrets.NUGET_TOKEN }}
28-
nuget push *.nupkg
28+
nuget push *.nupkg -Source https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)