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 c98912c commit 88618f3Copy full SHA for 88618f3
.github/workflows/publish_yak.yml
@@ -25,7 +25,7 @@ jobs:
25
echo "TEST_FLAG=--test-server" | Out-File -FilePath $env:GITHUB_ENV -Append
26
}
27
else {
28
- echo "TEST_FLAG=" | Out-File -FilePath $env:GITHUB_ENV -Append
+ echo "TEST_FLAG=''" | Out-File -FilePath $env:GITHUB_ENV -Append
29
30
31
- name: Checkout repo
0 commit comments