Skip to content

Commit e63a59e

Browse files
committed
ci: update release workflow
1 parent 07544ac commit e63a59e

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,11 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v5
16-
with:
17-
fetch-depth: 0
18-
19-
- name: Set node
20-
uses: actions/setup-node@v5
16+
- run: corepack enable
17+
- uses: actions/setup-node@v5
2118
with:
2219
node-version: lts/-1
20+
cache: pnpm
2321

2422
- run: npx changelogithub
2523
env:

0 commit comments

Comments
 (0)