Skip to content

Commit 4beb934

Browse files
committed
fix(workflows/release): 修复工作流报错
1 parent 6aec84e commit 4beb934

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
uses: actions/setup-node@v5
2121
with:
2222
node-version: lts/*
23+
# TODO: https://github.com/actions/setup-node/issues/1357
24+
package-manager-cache: false
2325

2426
- run: npx changelogithub
2527
env:

0 commit comments

Comments
 (0)