We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fba23cf commit 3f33c9dCopy full SHA for 3f33c9d
1 file changed
.github/workflows/publish.yml
@@ -73,4 +73,4 @@ jobs:
73
env:
74
NODE_AUTH_TOKEN: ${{ secrets.NPM_API_KEY }}
75
- name: Publish
76
- run: dotnet nuget push *.nupkg --api-key ${{ secrets.NUGET_API_KEY }}
+ run: dotnet nuget push *.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
0 commit comments