fix(ci): add github actions build step (#8390)
This commit is contained in:
4
.github/workflows/release-swagger-ui.yml
vendored
4
.github/workflows/release-swagger-ui.yml
vendored
@@ -43,6 +43,10 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
|
||||||
|
- name: Prepare release
|
||||||
|
run: |
|
||||||
|
npm run build
|
||||||
|
|
||||||
- name: Semantic Release
|
- name: Semantic Release
|
||||||
id: semantic
|
id: semantic
|
||||||
uses: cycjimmy/semantic-release-action@v3
|
uses: cycjimmy/semantic-release-action@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user