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 8bb7d9a commit 24ffb34Copy full SHA for 24ffb34
.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.NUGET_API_KEY }} --skip-duplicate -s https://www.nuget.org/api/v2/package
+ dotnet nuget push $file -k ${{ secrets.MYGET_API_KEY }} --skip-duplicate -s https://www.myget.org/F/ncc/api/v3/index.json
47
done
0 commit comments