Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Commit

Permalink
fix: add missing build
Browse files Browse the repository at this point in the history
  • Loading branch information
saitho committed Nov 4, 2022
1 parent 863720a commit 6df3364
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: npm i -g pnpm && pnpm i
- run: pnpm build
- run: mkdir -p docs
- name: Semantic Release
id: semrel
Expand Down

0 comments on commit 6df3364

Please sign in to comment.