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 b2a82c8 commit 07b3460Copy full SHA for 07b3460
.github/workflows/release-nuget.yml
@@ -82,7 +82,7 @@ jobs:
82
83
- name: Push to GitHub Nuget Repo
84
working-directory: build.out
85
- run: dotnet nuget push *.nupkg --skip-duplicate --api-key ${{secrets.NUGET_TOKEN}}
+ run: dotnet nuget push *.nupkg --source https://api.nuget.org/v3/index.json --skip-duplicate --api-key ${{secrets.NUGET_TOKEN}}
86
87
- name: Upload Nuget package to release binaries
88
uses: softprops/action-gh-release@v1
0 commit comments