From fbbab1bb4458402c87cb6cfe0fa9e14b0b2eb00b Mon Sep 17 00:00:00 2001 From: "Sipsuru (Dragon Patches)" Date: Mon, 30 Sep 2024 19:58:56 +0530 Subject: [PATCH] Update cp__latest_dispatch.yml --- .github/workflows/cp__latest_dispatch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'