Skip to content

Commit c0d63bf

Browse files
committed
ci: update workflow
1 parent 5176bcd commit c0d63bf

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Release
1+
name: release
22

33
permissions:
44
contents: write
@@ -15,12 +15,15 @@ jobs:
1515
- uses: actions/checkout@v4
1616
with:
1717
fetch-depth: 0
18-
19-
- name: Set node
20-
uses: actions/setup-node@v4
18+
- run: corepack enable
19+
- uses: actions/setup-node@v4
2120
with:
2221
node-version: 20
22+
cache: pnpm
23+
24+
- name: 📦 Install dependencies
25+
run: pnpm install
2326

24-
- run: npx changelogithub
27+
- run: pnpm changelogithub
2528
env:
2629
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)