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 24ffb34 commit 4b0aed9Copy full SHA for 4b0aed9
.github/workflows/release.yml
@@ -43,5 +43,5 @@ jobs:
43
run: |
44
for file in nugetpkgs/*.nupkg
45
do
46
- dotnet nuget push $file -k ${{ secrets.MYGET_API_KEY }} --skip-duplicate -s https://www.myget.org/F/ncc/api/v3/index.json
+ dotnet nuget push $file -k ${{ secrets.MYGET_API_KEY }} --skip-duplicate -s https://www.myget.org/F/ncc/api/v2/package
47
done
0 commit comments