Skip to content

Commit d3c86d5

Browse files
authored
fix(ci): add github actions build step (#8390)
1 parent 2fc78c7 commit d3c86d5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release-swagger-ui.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ jobs:
4343
- name: Install dependencies
4444
run: npm ci
4545

46+
- name: Prepare release
47+
run: |
48+
npm run build
49+
4650
- name: Semantic Release
4751
id: semantic
4852
uses: cycjimmy/semantic-release-action@v3

0 commit comments

Comments
 (0)