Skip to content

Commit

Permalink
ci: use legacy lerna version for releasing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
apust committed Jan 22, 2025
1 parent 42741aa commit d0f3173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Fetch tags
run: git fetch --prune --unshallow
- name: Install lerna
run: yarn global add lerna
run: yarn global add lerna@3.22.1
- name: Bootstrap packages
run: ~/.yarn/bin/lerna bootstrap
- name: Release packages
Expand Down

0 comments on commit d0f3173

Please sign in to comment.