Skip to content

Commit

Permalink
Patch version before web build (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
dany-pellerin authored Jan 8, 2025
1 parent 7b018e3 commit f56e47e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
- name: Setup npm
uses: ./.github/actions/setup-npm

- name: Patch build.json version
run: ./scripts/patch-version.sh "${{ inputs.version }}"

- name: Build web production
run: npm run build-web -- --mode=production

Expand Down

0 comments on commit f56e47e

Please sign in to comment.