Skip to content

Commit

Permalink
[project-s] project-s用のモデルを可能に (#533)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba authored Jun 27, 2023
1 parent 5a09542 commit be691df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit be691df

Please sign in to comment.