Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed May 17, 2024
1 parent 7688156 commit 859d96f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:
- uses: pnpm/action-setup@v4
with:
version: 8
run_install: true
run_install: |
- recursive: true
args: [--frozen-lockfile]
- name: Create Release
env:
Expand Down

0 comments on commit 859d96f

Please sign in to comment.