From 22ea51f5c5367f5267a549e68c62439c2d7a5574 Mon Sep 17 00:00:00 2001 From: Toran Sharma Date: Mon, 13 Mar 2023 17:09:19 +0000 Subject: [PATCH] fix(GitHub Actions): Add missing build step in release job (LLC-2358) (#892) --- .github/workflows/integration.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 7e146f8be..20924991f 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -277,6 +277,9 @@ jobs: - name: Installing Dependencies run: yarn install --ignore-engines --frozen-lockfile + - name: Build Package + run: yarn build + - name: Run Semantic Release run: npm run semantic-release env: