From 90bed0cd61a8f028a2a9916d0bbb61caa7e3b586 Mon Sep 17 00:00:00 2001 From: Hiroshiba Date: Sat, 26 Aug 2023 11:14:57 +0900 Subject: [PATCH] =?UTF-8?q?=E8=A3=BD=E5=93=81=E7=89=88=E3=81=AE=E3=82=BF?= =?UTF-8?q?=E3=82=B0=E3=82=920.15.0-preview.2=E3=81=AB=20(#586)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build_and_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_deploy.yml b/.github/workflows/build_and_deploy.yml index bf3e88b4e..b315335e1 100644 --- a/.github/workflows/build_and_deploy.yml +++ b/.github/workflows/build_and_deploy.yml @@ -32,7 +32,7 @@ env: VOICEVOX_FAT_RESOURCE_VERSION: "0.15.0-preview.1" # 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.1" # 製品版のタグ名 + PRODUCTION_REPOSITORY_TAG: "0.15.0-preview.2" # 製品版のタグ名 # 簡易テストとするかどうか。releaseとworkflow_dispatch以外は簡易テストとする IS_SIMPLE_TEST: ${{ github.event_name != 'release' && github.event_name != 'workflow_dispatch' }}