We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa35617 commit de4d0bbCopy full SHA for de4d0bb
1 file changed
.github/workflows/nuget.yml
@@ -30,4 +30,7 @@ jobs:
30
run: dotnet pack --configuration Release -o "packages"
31
32
- name: Push
33
+ run: dotnet nuget push "packages/*.nupkg" --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
34
+
35
+ - name: Push Symbols
36
run: dotnet nuget push "packages/*.snupkg" --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
0 commit comments