1 parent 7050304 commit 2430b60Copy full SHA for 2430b60
1 file changed
.github/workflows/release-app.yml
@@ -22,6 +22,7 @@ jobs:
22
- uses: actions/setup-node@v5
23
with:
24
node-version: 24
25
+ package-manager-cache: false
26
27
- id: detect
28
shell: bash
@@ -284,6 +285,7 @@ jobs:
284
285
286
287
288
289
290
- name: Force release body from CHANGELOG
291
env:
0 commit comments