Skip to content

Commit 9ecdec0

Browse files
committed
Fix release script
1 parent 1f3d0c4 commit 9ecdec0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ jobs:
1616
publish-npm:
1717
runs-on: ubuntu-latest
1818
steps:
19+
- run: corepack enable
20+
1921
- uses: actions/checkout@v5
2022
- uses: actions/setup-node@v5
2123
with:
2224
node-version: 24
2325

24-
- run: corepack enable
25-
2626
- run: yarn install --immutable
2727

2828
- run: yarn run build

0 commit comments

Comments
 (0)