Skip to content

Commit ff38022

Browse files
author
Hurles
committed
more pipeline tweaks
1 parent 8671ea0 commit ff38022

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnet_publish_nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
shell: bash
2323
env:
2424
ACTIONS_ACCESSTOKEN: ${{ secrets.NUGET_API_KEY }}
25-
run: dotnet nuget push "package_output/**/*.nupkg" --api-key "$ACTIONS_ACCESSTOKEN" --verbosity detailed --source https://api.nuget.org/v3/index.json
25+
run: dotnet nuget push "package_output/**/*.nupkg" --api-key "$ACTIONS_ACCESSTOKEN" --source https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)