Skip to content

Commit 07a01c0

Browse files
authored
Fix nuget push command by removing quotes
1 parent 7e0053f commit 07a01c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ jobs:
5757
- name: Test
5858
run: dotnet test -c Release --no-restore --no-build --verbosity normal
5959
- name: Push TBC.OpenAPI.SDK.ExchangeRates
60-
run: nuget push "src/TBC.OpenAPI.SDK.ExchangeRates/bin/Release/*.nupkg" -NonInteractive -SkipDuplicate -Source "https://api.nuget.org/v3/index.json" -NoSymbols -ForceEnglishOutput
60+
run: nuget push src/TBC.OpenAPI.SDK.ExchangeRates/bin/Release/*.nupkg -NonInteractive -SkipDuplicate -Source "https://api.nuget.org/v3/index.json" -NoSymbols -ForceEnglishOutput

0 commit comments

Comments
 (0)