Skip to content

Commit e5b1901

Browse files
authored
Update publish.yml (#119)
1 parent a0a429d commit e5b1901

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/publish.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ jobs:
99
steps:
1010
- name: Checkout Repository
1111
uses: actions/checkout@v4
12-
- name: Enable CorePack
13-
run: corepack enable
12+
- name: Disable CorePack for yarn
13+
run: corepack disable yarn
14+
- name: Enable CorePack for pnpm
15+
run: corepack enable pnpm
1416
- name: Set up Node.js
1517
uses: actions/setup-node@v4
1618
with:

0 commit comments

Comments
 (0)