Skip to content

Commit 88618f3

Browse files
committed
not sure
1 parent c98912c commit 88618f3

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
@@ -25,7 +25,7 @@ jobs:
2525
echo "TEST_FLAG=--test-server" | Out-File -FilePath $env:GITHUB_ENV -Append
2626
}
2727
else {
28-
echo "TEST_FLAG=" | Out-File -FilePath $env:GITHUB_ENV -Append
28+
echo "TEST_FLAG=''" | Out-File -FilePath $env:GITHUB_ENV -Append
2929
}
3030
3131
- name: Checkout repo

0 commit comments

Comments
 (0)