We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4111e8 commit ee127beCopy full SHA for ee127be
.github/workflows/nuget-publish.yml
@@ -59,6 +59,9 @@ jobs:
59
- name: Push package to NuGet
60
run: dotnet nuget push output/nuget/**/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate
61
62
+ - name: Push package to GitHub
63
+ run: dotnet nuget push output/nuget/**/*.nupkg --source "github" --skip-duplicate
64
+
65
- name: Prepare for Github Pages deployment
66
run: find output/demo -name "*.gitignore" -type f -print0 | xargs -0 /bin/rm -f
67
0 commit comments