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 951df82 commit d601cbaCopy full SHA for d601cba
.github/workflows/release.yml
@@ -92,4 +92,4 @@ jobs:
92
93
- name: Publish package to nuget
94
run: |
95
- dotnet nuget push .builds/artifacts/**/*.nupkg -k ${{secrets.NUGET_API_KEY}} --skip-duplicate
+ dotnet nuget push .builds/artifacts/**/*.nupkg -s nuget.org -k ${{secrets.NUGET_API_KEY}} --skip-duplicate
0 commit comments