Skip to content

Commit fd236d9

Browse files
fix(ci): release process sm build
1 parent c89bc3c commit fd236d9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,10 @@ jobs:
141141
run: |
142142
npm install
143143
144+
- name: Perform release build
145+
run: |
146+
npm run build:release
147+
144148
- name: Create release package
145149
working-directory: ${{ needs.meta.outputs.project-dir }}
146150
run: |

0 commit comments

Comments
 (0)