We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3acceb2 commit 6681e22Copy full SHA for 6681e22
.github/workflows/publish_yak.yml
@@ -59,7 +59,7 @@ jobs:
59
run: |
60
$test_flag = if ($Env:TEST_FLAG) { $Env:TEST_FLAG } else { "" }
61
$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"
+ $command = "invoke publish-yak -y dist\yak_package\$file $test_flag".Trim()
63
echo "Executing: $command"
64
env:
65
YAK_TOKEN: ${{ secrets.YAK_DF_TOKEN }}
0 commit comments