Skip to content

Commit 33e28af

Browse files
committed
fixing dotnet ci
1 parent 86d84a1 commit 33e28af

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,7 @@ jobs:
131131
dotnet nuget push out/*.nupkg \
132132
--source https://api.nuget.org/v3/index.json \
133133
--api-key ${{ secrets.NUGET_TOKEN }} \
134-
--skip-duplicate \
135-
-v detailed
134+
--skip-duplicate
136135
env:
137136
DOTNET_CLI_TELEMETRY_OPTOUT: 1
138137
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1

0 commit comments

Comments
 (0)