We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f953b8 commit 268a94dCopy full SHA for 268a94d
.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" -s --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 -v
29
0 commit comments