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 b83c35b commit 56f531aCopy full SHA for 56f531a
.github/workflows/reusable-publish.yml
@@ -51,7 +51,7 @@ jobs:
51
52
- name: Push to NuGet
53
if: ${{github.ref == 'refs/heads/master'}}
54
- run: dotnet nuget push "./artifacts/**/*.nupkg" -k ${{secrets.NUGET_API_KEY}} -s https://www.nuget.org --skip-duplicate
+ run: dotnet nuget push "./artifacts/**/*.nupkg" -k ${{secrets.NUGET_API_KEY}} --skip-duplicate
55
shell: pwsh
56
57
- name: Push to NuGet Nightly
0 commit comments