From f689acd25e6c7978915f5feaf98cac91ac0b4767 Mon Sep 17 00:00:00 2001 From: Igor Nepipenko Date: Mon, 18 Mar 2024 19:08:15 +0100 Subject: [PATCH] fix(no-ref): add version for build v6 (#1326) Co-authored-by: Igor Nepipenko --- .github/workflows/gh-pages.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 4a70d7b1..0e6f9f1a 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -17,6 +17,11 @@ jobs: with: node-version: 20 + - name: Install deps + run: | + npm ci --force + git submodule update --init --recursive --remote + - name: Semantic Release id: semantic-release env: @@ -32,8 +37,6 @@ jobs: echo "RELEASE_VERSION: $RELEASE_VERSION" echo '********' bash .github/workflows/scripts/replace_template.sh $RELEASE_VERSION - npm ci --force - git submodule update --init --recursive --remote npm run build - name: Deploy demo