Skip to content

Commit 56f531a

Browse files
authored
Removed explicit NuGet source
1 parent b83c35b commit 56f531a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
- name: Push to NuGet
5353
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
54+
run: dotnet nuget push "./artifacts/**/*.nupkg" -k ${{secrets.NUGET_API_KEY}} --skip-duplicate
5555
shell: pwsh
5656

5757
- name: Push to NuGet Nightly

0 commit comments

Comments
 (0)