Skip to content

Commit 4916b4e

Browse files
committed
Added source
1 parent b98eba0 commit 4916b4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
- name: Pack
2121
run: dotnet pack -c Release -o out
2222
- name: Push
23-
run: dotnet nuget push ./out/*.nupkg -k ${NUGET_TOKEN}
23+
run: dotnet nuget push ./out/*.nupkg -k ${NUGET_TOKEN} -s https://api.nuget.org/v3/index.json
2424
env:
2525
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}

0 commit comments

Comments
 (0)