Skip to content

Commit

Permalink
fix: add missing build step to pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-streng committed Jan 5, 2024
1 parent 863ab43 commit a38828d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ jobs:
- name: Install dependencies
run: pnpm i

- name: Build
run: pnpm --filter "styled-off-canvas" run build

- name: Semantic release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit a38828d

Please sign in to comment.