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 9e144a2 commit 87a0eabCopy full SHA for 87a0eab
.github/workflows/build-and-deploy.yml
@@ -125,7 +125,7 @@ jobs:
125
if: github.event_name == 'release' && github.event.action == 'published'
126
run: |
127
cd packager/nupkgs
128
- dotnet nuget push ./*.nupkg --api-key ${{ secrets.NUGET_KEY }}
+ dotnet nuget push ./*.nupkg --api-key ${{ secrets.NUGET_KEY }} --source https://api.nuget.org/v3/index.json
129
130
- name: Struct of folder
131
0 commit comments