Skip to content

Commit 9e7cb00

Browse files
committed
Update CI
1 parent 722a14c commit 9e7cb00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
user: YexuanXiao
3434

3535
- name: NuGet push
36-
run: nuget push ./*.nupkg --api-key ${{steps.login.outputs.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json
36+
run: dotnet nuget push ./*.nupkg --api-key ${{steps.login.outputs.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json
3737

3838
- name: Upload to Release
3939
shell: pwsh

0 commit comments

Comments
 (0)