Skip to content

Commit

Permalink
2024年1月スタイル更新 (#1005)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba authored Jan 11, 2024
1 parent 2c6aa21 commit 0dda8cc
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ on:
env:
IMAGE_NAME: ${{ secrets.DOCKERHUB_USERNAME }}/voicevox_engine
PYTHON_VERSION: "3.8.10"
VOICEVOX_RESOURCE_VERSION: "0.14.4"
VOICEVOX_CORE_VERSION: "0.14.5"
VOICEVOX_RESOURCE_VERSION: "0.14.5"
VOICEVOX_CORE_VERSION: "0.14.6"
VOICEVOX_ENGINE_VERSION:
|- # releaseタグ名か、workflow_dispatchでのバージョン名か、latestが入る
${{ github.event.release.tag_name || github.event.inputs.version || 'latest' }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ on:

env:
PYTHON_VERSION: "3.8.10"
VOICEVOX_RESOURCE_VERSION: "0.14.4"
VOICEVOX_CORE_VERSION: "0.14.5"
VOICEVOX_RESOURCE_VERSION: "0.14.5"
VOICEVOX_CORE_VERSION: "0.14.6"

jobs:
config: # 全 jobs で利用する定数の定義. `env` が利用できないコンテキストでも利用できる.
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ EOF

# assert VOICEVOX_CORE_VERSION >= 0.11.0 (ONNX)
ARG VOICEVOX_CORE_ASSET_PREFIX=voicevox_core-linux-x64-cpu
ARG VOICEVOX_CORE_VERSION=0.14.5
ARG VOICEVOX_CORE_VERSION=0.14.6
RUN <<EOF
set -eux

Expand Down Expand Up @@ -238,7 +238,7 @@ RUN <<EOF
EOF

# Download Resource
ARG VOICEVOX_RESOURCE_VERSION=0.14.4
ARG VOICEVOX_RESOURCE_VERSION=0.14.5
RUN <<EOF
set -eux

Expand Down
7 changes: 7 additions & 0 deletions engine_manifest_assets/update_infos.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
[
{
"version": "0.14.7",
"descriptions": [
"キャラクター「小夜」「ずんだもん」「もち子さん」「青山龍星」のスタイルを追加・更新"
],
"contributors": []
},
{
"version": "0.14.6",
"descriptions": [
Expand Down

0 comments on commit 0dda8cc

Please sign in to comment.