Skip to content

Commit 200a8b4

Browse files
authored
fix: fix release workflow broken since yarn 4 (#31)
Fix the workflow to use corepack since the upgrade of yarn to v4
1 parent 69d4062 commit 200a8b4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
run: |
3636
npm config set --global //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }}
3737
38+
- name: Enable Corepack (Yarn 4)
39+
run: corepack enable
40+
3841
- name: Install dependencies
3942
run: yarn --frozen-lockfile
4043

0 commit comments

Comments
 (0)