We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60371d6 commit 5cf8015Copy full SHA for 5cf8015
1 file changed
.github/workflows/release.yml
@@ -26,7 +26,7 @@ jobs:
26
cache: pnpm
27
28
- name: 📥 Install dependencies
29
- run: pnpm install --frozen-lockfile
+ run: pnpm install --ignore-scripts --frozen-lockfile
30
31
- name: 🔍 Type Check
32
run: pnpm run typecheck
@@ -115,7 +115,7 @@ jobs:
115
node-version: 24
116
117
- name: 📝 Update Changelog
118
- run: npx changelogithub
+ run: npx changelogithub@14.0.0
119
env:
120
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
121
0 commit comments