Skip to content

Commit d601cba

Browse files
committed
Update release.yml
1 parent 951df82 commit d601cba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,4 @@ jobs:
9292
9393
- name: Publish package to nuget
9494
run: |
95-
dotnet nuget push .builds/artifacts/**/*.nupkg -k ${{secrets.NUGET_API_KEY}} --skip-duplicate
95+
dotnet nuget push .builds/artifacts/**/*.nupkg -s nuget.org -k ${{secrets.NUGET_API_KEY}} --skip-duplicate

0 commit comments

Comments
 (0)