Skip to content

Commit de4d0bb

Browse files
committed
pack
1 parent aa35617 commit de4d0bb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/nuget.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,7 @@ jobs:
3030
run: dotnet pack --configuration Release -o "packages"
3131

3232
- 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
3336
run: dotnet nuget push "packages/*.snupkg" --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)