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 27a57b6 commit fbbab1bCopy full SHA for fbbab1b
.github/workflows/cp__latest_dispatch.yml
@@ -98,7 +98,7 @@ jobs:
98
99
- name: Set Yukihana Release (>= 5.17.0)
100
if: env.IS_COMPATIBLE_CONT == 'true'
101
- 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
102
103
- name: Set Yukihana Release (< 5.17.0)
104
if: env.IS_COMPATIBLE_CONT == 'false'
0 commit comments