Skip to content

Commit 8eefc99

Browse files
authored
Update nuget.yml
1 parent 8c1d008 commit 8eefc99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nuget.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
- name: Test
2323
run: dotnet test --no-build --verbosity normal
2424
- name: Publish
25-
run: dotnet nuget push **/*.nupkg --api-key ${{ secrets.nuget_apikey }}
25+
run: dotnet nuget push **/*.nupkg --api-key ${{ secrets.nuget_apikey }} -s https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)