Skip to content

Commit

Permalink
remove "true" value after --no-symbols parameters
Browse files Browse the repository at this point in the history
boolean is not required anymore NuGet/Home#11601
  • Loading branch information
michael-brouchoud authored Mar 7, 2022
1 parent d1c84ed commit 5687a34
Showing 1 changed file with 1 addition and 1 deletion.
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 true
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
working-directory: ./Sources/DotNet

0 comments on commit 5687a34

Please sign in to comment.