From d22fbaee48da350497636a27da5eccd7e36d5767 Mon Sep 17 00:00:00 2001 From: Andrey Sobolev Date: Sat, 5 Mar 2022 11:59:07 +0700 Subject: [PATCH] Fix model version on release (#1102) Signed-off-by: Andrey Sobolev --- .github/workflows/main.yml | 2 ++ models/all/src/version.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3a8dbe462c..2fd50c2f8e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 diff --git a/models/all/src/version.json b/models/all/src/version.json index a6b742608d..22b94f80dd 100644 --- a/models/all/src/version.json +++ b/models/all/src/version.json @@ -1 +1 @@ -{"major":0,"minor":6,"patch":4} \ No newline at end of file +{"major":0,"minor":6,"patch":6} \ No newline at end of file