Fix model version on release (#1102)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev 2022-03-05 11:59:07 +07:00 committed by GitHub
parent ab4cea6ee6
commit d22fbaee48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -279,6 +279,8 @@ jobs:
run: node common/scripts/install-run-rush.js install
- name: Setting model version from git release...
run: node common/scripts/install-run-rush.js bump-model-version
- name: Build, to include new model version
run: node common/scripts/install-run-rush.js build
- name: Bundle
run: node common/scripts/install-run-rush.js bundle
- name: Docker build

View File

@ -1 +1 @@
{"major":0,"minor":6,"patch":4}
{"major":0,"minor":6,"patch":6}