We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 268a94d commit 13c041eCopy full SHA for 13c041e
.github/workflows/release.yml
@@ -25,5 +25,5 @@ jobs:
25
- name: Push to NuGet
26
run: |
27
cd src/nupkgs
28
- 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
29
0 commit comments