Skip to content

Commit 885df65

Browse files
committed
ci: disable cache in release action
1 parent d826748 commit 885df65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
node-version: current
2929
registry-url: "https://registry.npmjs.org/"
30-
cache: "pnpm"
30+
package-manager-cache: false
3131

3232
- name: 📦 Install dependencies
3333
run: pnpm install

0 commit comments

Comments
 (0)