mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-22 19:11:33 +03:00
Fix model version on release (#1102)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
parent
ab4cea6ee6
commit
d22fbaee48
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -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
|
||||
|
@ -1 +1 @@
|
||||
{"major":0,"minor":6,"patch":4}
|
||||
{"major":0,"minor":6,"patch":6}
|
Loading…
Reference in New Issue
Block a user