diff --git a/.github/workflows/cp__latest_dispatch.yml b/.github/workflows/cp__latest_dispatch.yml index a2f4546..4c535c5 100644 --- a/.github/workflows/cp__latest_dispatch.yml +++ b/.github/workflows/cp__latest_dispatch.yml @@ -98,7 +98,7 @@ jobs: - name: Set Yukihana Release (>= 5.17.0) if: env.IS_COMPATIBLE_CONT == 'true' - 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 - name: Set Yukihana Release (< 5.17.0) if: env.IS_COMPATIBLE_CONT == 'false'