Skip to content

Commit 97b5c03

Browse files
committed
Update github actions
1 parent bbfbf6c commit 97b5c03

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,3 @@ jobs:
2626
run: dotnet pack -c Release -o ./nuget --no-build
2727
- name: Publish
2828
run: dotnet nuget push ./nuget/*.nupkg --api-key ${{secrets.NUGET_API_KEY}} --skip-duplicate -s https://api.nuget.org/v3/index.json
29-
- name: Publish Symbols
30-
run: dotnet nuget push ./nuget/*.snupkg --api-key ${{secrets.NUGET_API_KEY}} --skip-duplicate -s https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)