We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 849d5e4 commit f2cc6e6Copy full SHA for f2cc6e6
.github/workflows/build.yml
@@ -26,7 +26,7 @@ on:
26
default: false
27
28
env:
29
- AIVISSPEECH_ENGINE_VERSION: "1.0.0-preview.5"
+ AIVISSPEECH_ENGINE_VERSION: "1.0.0-preview.6"
30
AIVISSPEECH_EDITOR_VERSION:
31
|- # releaseタグ名か、workflow_dispatchでのバージョン名か、999.999.999-developが入る
32
${{ github.event.release.tag_name || github.event.inputs.version || '999.999.999-develop' }}
0 commit comments