From 9d602871cbf300b14443bae073fd5c5bfef13906 Mon Sep 17 00:00:00 2001 From: Hiroshiba Date: Sat, 7 Oct 2023 16:48:21 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=AA=E3=82=BD=E3=83=BC=E3=82=B9=E3=81=AE?= =?UTF-8?q?=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7=E3=83=B3=E3=82=92=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build_and_deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_and_deploy.yml b/.github/workflows/build_and_deploy.yml index 8ca54ca82..08745bf63 100644 --- a/.github/workflows/build_and_deploy.yml +++ b/.github/workflows/build_and_deploy.yml @@ -28,8 +28,8 @@ on: push: env: - VOICEVOX_RESOURCE_VERSION: "0.15.0-preview.1" - VOICEVOX_FAT_RESOURCE_VERSION: "0.15.0-preview.1" + VOICEVOX_RESOURCE_VERSION: "0.15.0-preview.3" + VOICEVOX_FAT_RESOURCE_VERSION: "0.15.0-preview.3" # releaseタグ名か、workflow_dispatchでのバージョン名か、'0.0.0'が入る VERSION: ${{ github.event.release.tag_name || github.event.inputs.version || '0.0.0' }} PRODUCTION_REPOSITORY_TAG: "0.15.0-preview.2" # 製品版のタグ名