Skip to content

Commit de09224

Browse files
committed
build: fix corepack
1 parent 594f3c1 commit de09224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
npm install -g corepack@latest
2525
echo "After : corepack version => $(corepack --version)"
2626
corepack enable
27-
pnpm --version
27+
yarn --version
2828
2929
- name: Login to GitHub Container Registry
3030
uses: docker/login-action@v3

0 commit comments

Comments
 (0)