Skip to content

Commit

Permalink
Update: AivisSpeech Engine を 1.1.0-dev に更新
Browse files Browse the repository at this point in the history
  • Loading branch information
tsukumijima committed Nov 23, 2024
1 parent a55da1c commit 1796b8c
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on:
default: false

env:
AIVISSPEECH_ENGINE_VERSION: "1.0.0"
AIVISSPEECH_ENGINE_VERSION: "1.1.0-dev"
AIVISSPEECH_EDITOR_VERSION:
|- # releaseタグ名か、workflow_dispatchでのバージョン名か、999.999.999-developが入る
${{ github.event.release.tag_name || github.event.inputs.version || '999.999.999-develop' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

env:
AIVISSPEECH_ENGINE_REPO: "Aivis-Project/AivisSpeech-Engine"
AIVISSPEECH_ENGINE_VERSION: "1.0.0"
AIVISSPEECH_ENGINE_VERSION: "1.1.0-dev"

defaults:
run:
Expand Down

0 comments on commit 1796b8c

Please sign in to comment.