From be691dfdee678e6aa5de306a137b64b960b22570 Mon Sep 17 00:00:00 2001 From: Hiroshiba Date: Wed, 28 Jun 2023 08:23:33 +0900 Subject: [PATCH] =?UTF-8?q?[project-s]=20project-s=E7=94=A8=E3=81=AE?= =?UTF-8?q?=E3=83=A2=E3=83=87=E3=83=AB=E3=82=92=E5=8F=AF=E8=83=BD=E3=81=AB?= =?UTF-8?q?=20(#533)?= 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 cbb3ab2ec..27fb22c8e 100644 --- a/.github/workflows/build_and_deploy.yml +++ b/.github/workflows/build_and_deploy.yml @@ -31,10 +31,10 @@ on: - "**/*" env: VOICEVOX_RESOURCE_VERSION: "0.15.0-preview.1" - VOICEVOX_FAT_RESOURCE_VERSION: "0.15.0-preview.0" + VOICEVOX_FAT_RESOURCE_VERSION: "0.15.0-projects.0" # 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.0" # 製品版のタグ名 + PRODUCTION_REPOSITORY_TAG: "0.15.0-projects.0" # 製品版のタグ名 defaults: run: shell: bash