Skip to content

Commit

Permalink
ci: prepare build environment
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Nov 30, 2023
1 parent 8281fdd commit 6d8e71a
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 @@ -25,6 +25,9 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Prepare build environment
run: pnpm dev:prepare

- name: nightly release
run: pnpm changelogen --canary nightly --publish
env:
Expand Down

0 comments on commit 6d8e71a

Please sign in to comment.