Skip to content

Commit

Permalink
Add true option to --no-symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-brouchoud authored Aug 23, 2022
1 parent e22b676 commit 589b8ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-woopsa-deploy-nuget-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ jobs:
- name: Deploy Nuget Package
env:
WOOPSA_NUGET_API_KEY: ${{ secrets.WOOPSA_NUGET_API_KEY }}
run: dotnet nuget push '${{ github.workspace }}/Sources/DotNet/artifacts/**/*.nupkg' --api-key $env:WOOPSA_NUGET_API_KEY --source https://api.nuget.org/v3/index.json --no-symbols
run: dotnet nuget push '${{ github.workspace }}/Sources/DotNet/artifacts/**/*.nupkg' --api-key $env:WOOPSA_NUGET_API_KEY --source https://api.nuget.org/v3/index.json --no-symbols true
working-directory: ./Sources/DotNet

0 comments on commit 589b8ca

Please sign in to comment.