We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f15ce1 commit 6d99930Copy full SHA for 6d99930
.github/workflows/nuget_upload.yml
@@ -25,4 +25,4 @@ jobs:
25
- name: Publish
26
run: |
27
nuget setApiKey ${{ secrets.NUGET_TOKEN }}
28
- nuget push *.nupkg
+ nuget push *.nupkg -Source https://api.nuget.org/v3/index.json
0 commit comments