Skip to content

Commit 0253ff9

Browse files
committed
ci: 移除错误的指令
1 parent 247816e commit 0253ff9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/Release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128

129129
- name: Set NuGet Source
130130
run: |
131-
dotnet nuget add source "https://api.nuget.org/v3/index.json" --name "nuget.org" --default
131+
dotnet nuget add source "https://api.nuget.org/v3/index.json" --name "nuget.org"
132132
133133
- name: Restore Dependencies
134134
run: dotnet restore

0 commit comments

Comments
 (0)