Skip to content

Commit

Permalink
update resource version
Browse files Browse the repository at this point in the history
  • Loading branch information
y-chan committed Aug 30, 2023
1 parent 059824f commit e144ed1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
env:
IMAGE_NAME: ${{ secrets.DOCKERHUB_USERNAME }}/sharevox_engine
PYTHON_VERSION: "3.8.10"
VOICEVOX_RESOURCE_VERSION: "0.2.1"
VOICEVOX_RESOURCE_VERSION: "0.2.2"
VOICEVOX_CORE_VERSION: "0.2.1"
VOICEVOX_ENGINE_VERSION:
|- # releaseタグ名か、workflow_dispatchでのバージョン名か、latestが入る
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:

env:
PYTHON_VERSION: "3.8.10"
VOICEVOX_RESOURCE_VERSION: "0.2.1"
VOICEVOX_RESOURCE_VERSION: "0.2.2"
VOICEVOX_CORE_VERSION: "0.2.1"

jobs:
Expand Down

0 comments on commit e144ed1

Please sign in to comment.