Skip to content

Commit

Permalink
ci: set prefix when installing lerna globally
Browse files Browse the repository at this point in the history
  • Loading branch information
apust committed Jan 22, 2025
1 parent be2addb commit 8f08263
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
- name: Fetch tags
run: git fetch --prune --unshallow
- name: Install lerna
run: yarn global add [email protected]
run: yarn global add [email protected] --prefix /home/runner/.yarn
- name: Bootstrap packages
run: ~/.yarn/bin/lerna bootstrap
run: /home/runner/.yarn/bin/lerna bootstrap
- name: Release packages
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down

0 comments on commit 8f08263

Please sign in to comment.