Skip to content

Commit

Permalink
fix(no-ref): add version for build v6 (#1326)
Browse files Browse the repository at this point in the history
Co-authored-by: Igor Nepipenko <[email protected]>
  • Loading branch information
NepipenkoIgor and igorn-mwp authored Mar 18, 2024
1 parent 67d966e commit f689acd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit f689acd

Please sign in to comment.