Skip to content

Commit f56e47e

Browse files
Patch version before web build (#158)
1 parent 7b018e3 commit f56e47e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/reusable-build.yml

+3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
- name: Setup npm
2323
uses: ./.github/actions/setup-npm
2424

25+
- name: Patch build.json version
26+
run: ./scripts/patch-version.sh "${{ inputs.version }}"
27+
2528
- name: Build web production
2629
run: npm run build-web -- --mode=production
2730

0 commit comments

Comments
 (0)