Skip to content

Commit 6681e22

Browse files
committed
trim
1 parent 3acceb2 commit 6681e22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_yak.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
run: |
6060
$test_flag = if ($Env:TEST_FLAG) { $Env:TEST_FLAG } else { "" }
6161
$file = Get-ChildItem -Path dist\yak_package\*rh7*.yak -File | Select-Object -ExpandProperty Name
62-
$command = "invoke publish-yak $test_flag -y dist\yak_package\$file"
62+
$command = "invoke publish-yak -y dist\yak_package\$file $test_flag".Trim()
6363
echo "Executing: $command"
6464
env:
6565
YAK_TOKEN: ${{ secrets.YAK_DF_TOKEN }}

0 commit comments

Comments
 (0)