We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 722a14c commit 9e7cb00Copy full SHA for 9e7cb00
.github/workflows/release.yml
@@ -33,7 +33,7 @@ jobs:
33
user: YexuanXiao
34
35
- name: NuGet push
36
- run: nuget push ./*.nupkg --api-key ${{steps.login.outputs.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json
+ run: dotnet nuget push ./*.nupkg --api-key ${{steps.login.outputs.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json
37
38
- name: Upload to Release
39
shell: pwsh
0 commit comments