From d3c86d5395ff5e518cfd89f91c27ddd7fb9db3da Mon Sep 17 00:00:00 2001 From: Tim Lai Date: Wed, 15 Feb 2023 10:42:02 -0800 Subject: [PATCH] fix(ci): add github actions build step (#8390) --- .github/workflows/release-swagger-ui.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release-swagger-ui.yml b/.github/workflows/release-swagger-ui.yml index b2ccec0d..d55149df 100644 --- a/.github/workflows/release-swagger-ui.yml +++ b/.github/workflows/release-swagger-ui.yml @@ -43,6 +43,10 @@ jobs: - name: Install dependencies run: npm ci + - name: Prepare release + run: | + npm run build + - name: Semantic Release id: semantic uses: cycjimmy/semantic-release-action@v3