Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

Commit

Permalink
ci: add missing buils step to release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
frencojobs committed Aug 12, 2022
1 parent 246ea98 commit 6ffc34c
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 @@ -32,6 +32,9 @@ jobs:
- name: Install dependencies
run: pnpm i --frozen-lockfile

- name: Build
run: pnpm build

- name: Create Release Pull Request or Publish
uses: changesets/action@v1
with:
Expand Down

0 comments on commit 6ffc34c

Please sign in to comment.