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 bbfbf6c commit 97b5c03Copy full SHA for 97b5c03
.github/workflows/publish.yml
@@ -26,5 +26,3 @@ jobs:
26
run: dotnet pack -c Release -o ./nuget --no-build
27
- name: Publish
28
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