Skip to content

Commit

Permalink
fix(GitHub Actions): Add missing build step in release job (LLC-2358) (
Browse files Browse the repository at this point in the history
  • Loading branch information
ToranSharma authored Mar 13, 2023
1 parent 609a002 commit 22ea51f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 22ea51f

Please sign in to comment.