Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cdedreuille committed Mar 7, 2024
1 parent c8bdde1 commit 2e21752
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 @@ -12,6 +12,9 @@ jobs:
- name: Prepare repository
run: git fetch --unshallow --tags

- name: Setup pnpm
uses: pnpm/action-setup@v3 # docs https://pnpm.io/continuous-integration#github-actions

- name: Install dependencies
run: pnpm install

Expand Down

0 comments on commit 2e21752

Please sign in to comment.