Skip to content

Commit f8fd8a6

Browse files
authored
Merge pull request #62 from cmdotcom/EnessenE-patch-1
Update nuget.yml
2 parents 8c1d008 + 8eefc99 commit f8fd8a6

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)