Skip to content

Commit

Permalink
fix: build at release
Browse files Browse the repository at this point in the history
  • Loading branch information
star0202 committed Apr 6, 2023
1 parent 77db47b commit 04c4bb2
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 @@ -37,6 +37,9 @@ jobs:
- name: Install Dependencies
run: pnpm i --frozen-lockfile

- name: Build
run: pnpm run build

- name: Semantic release
run: pnpm run release
env:
Expand Down

0 comments on commit 04c4bb2

Please sign in to comment.