Skip to content

Commit 81358f0

Browse files
committed
ci: enable corepack in release script
1 parent fcffe87 commit 81358f0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ permissions:
66
on:
77
push:
88
tags:
9-
- 'v*'
9+
- "v*"
1010

1111
jobs:
1212
release:
@@ -15,11 +15,11 @@ jobs:
1515
- uses: actions/checkout@v5
1616
with:
1717
fetch-depth: 0
18-
19-
- name: Set node
20-
uses: actions/setup-node@v5
18+
- run: corepack enable
19+
- uses: actions/setup-node@v5
2120
with:
2221
node-version: lts/-1
22+
cache: "pnpm"
2323

2424
- run: npx changelogithub
2525
env:

0 commit comments

Comments
 (0)