Skip to content

Commit ee127be

Browse files
committed
push package to github too
1 parent e4111e8 commit ee127be

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/nuget-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ jobs:
5959
- name: Push package to NuGet
6060
run: dotnet nuget push output/nuget/**/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate
6161

62+
- name: Push package to GitHub
63+
run: dotnet nuget push output/nuget/**/*.nupkg --source "github" --skip-duplicate
64+
6265
- name: Prepare for Github Pages deployment
6366
run: find output/demo -name "*.gitignore" -type f -print0 | xargs -0 /bin/rm -f
6467

0 commit comments

Comments
 (0)