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 5a2cd4b commit 340829cCopy full SHA for 340829c
.github/workflows/dotnet.yml
@@ -106,6 +106,7 @@ jobs:
106
- name: Push NuGet package
107
run: |
108
dotnet nuget push -k ${{ secrets.GITHUB_TOKEN }} -s "https://nuget.pkg.github.com/${{ github.actor }}/index.json" ./nupkgs/*.nupkg
109
+ dotnet nuget push -k ${{ secrets.GITHUB_TOKEN }} -s "https://nuget.pkg.github.com/${{ github.actor }}/index.json" ./nupkgs/*.snupkg
110
111
release:
112
if: github.event_name == 'push'
0 commit comments