Skip to content

Commit

Permalink
Do not publish symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
pomianowski committed Mar 19, 2024
1 parent eef77b1 commit f9595b2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/openapi-client-cd-nuget.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,3 @@ jobs:

- name: Publish the package to NuGet.org
run: nuget push **\*.nupkg -NonInteractive -SkipDuplicate -Source 'https://api.nuget.org/v3/index.json'

- name: Publish the symbols to NuGet.org
run: nuget push **\*.snupkg -NonInteractive -SkipDuplicate -Source 'https://api.nuget.org/v3/index.json'

0 comments on commit f9595b2

Please sign in to comment.