Skip to content

Commit

Permalink
fixing dotnet ci
Browse files Browse the repository at this point in the history
  • Loading branch information
KnockOutEZ committed Dec 6, 2024
1 parent 86d84a1 commit 33e28af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,7 @@ jobs:
dotnet nuget push out/*.nupkg \
--source https://api.nuget.org/v3/index.json \
--api-key ${{ secrets.NUGET_TOKEN }} \
--skip-duplicate \
-v detailed
--skip-duplicate
env:
DOTNET_CLI_TELEMETRY_OPTOUT: 1
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
Expand Down

0 comments on commit 33e28af

Please sign in to comment.