Skip to content

Commit

Permalink
fix(ci): need to install deps before release
Browse files Browse the repository at this point in the history
  • Loading branch information
ShookLyngs committed Jan 18, 2024
1 parent 22d062d commit 4c053a0
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 @@ -38,6 +38,9 @@ jobs:
restore-keys: |
${{ runner.os }}-pnpm-store-
- name: Install dependencies
run: pnpm i

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

0 comments on commit 4c053a0

Please sign in to comment.