Skip to content

Commit 5cf8015

Browse files
committed
fix(ci): pin changelogithub@14.0.0 and add --ignore-scripts to build install
1 parent 60371d6 commit 5cf8015

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
cache: pnpm
2727

2828
- name: 📥 Install dependencies
29-
run: pnpm install --frozen-lockfile
29+
run: pnpm install --ignore-scripts --frozen-lockfile
3030

3131
- name: 🔍 Type Check
3232
run: pnpm run typecheck
@@ -115,7 +115,7 @@ jobs:
115115
node-version: 24
116116

117117
- name: 📝 Update Changelog
118-
run: npx changelogithub
118+
run: npx changelogithub@14.0.0
119119
env:
120120
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
121121

0 commit comments

Comments
 (0)