Skip to content

Commit

Permalink
Removed invalid -v parameter for dotnet nuget push command
Browse files Browse the repository at this point in the history
  • Loading branch information
bounav committed Jan 1, 2025
1 parent 268a94d commit 13c041e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
- name: Push to NuGet
run: |
cd src/nupkgs
dotnet nuget push "**/*.nupkg" --api-key ${{secrets.nuget_api_key}} --source https://api.nuget.org/v3/index.json -v
dotnet nuget push "**/*.nupkg" --api-key ${{secrets.nuget_api_key}} --source https://api.nuget.org/v3/index.json

0 comments on commit 13c041e

Please sign in to comment.