Skip to content

Commit 13c041e

Browse files
committed
Removed invalid -v parameter for dotnet nuget push command
1 parent 268a94d commit 13c041e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ jobs:
2525
- name: Push to NuGet
2626
run: |
2727
cd src/nupkgs
28-
dotnet nuget push "**/*.nupkg" --api-key ${{secrets.nuget_api_key}} --source https://api.nuget.org/v3/index.json -v
28+
dotnet nuget push "**/*.nupkg" --api-key ${{secrets.nuget_api_key}} --source https://api.nuget.org/v3/index.json
2929

0 commit comments

Comments
 (0)