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 fbbab1b commit 2def69dCopy full SHA for 2def69d
.github/workflows/cp_main.yml
@@ -134,7 +134,7 @@ jobs:
134
135
- name: Set Yukihana Release (>= 5.17.0)
136
if: env.IS_COMPATIBLE_CONT == 'true'
137
- run: echo "YUKIHANA_RELEASE=v1.1.0" | Out-File -Append -FilePath $env:GITHUB_ENV
+ run: echo "YUKIHANA_RELEASE=continuous" | Out-File -Append -FilePath $env:GITHUB_ENV
138
139
- name: Set Yukihana Release (< 5.17.0)
140
if: env.IS_COMPATIBLE_CONT == 'false'
0 commit comments