Skip to content

Commit af3eb1d

Browse files
committed
ci: correct gradle cache-cleanup: true
1 parent 5751bb7 commit af3eb1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-test-package-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
- name: Setup Gradle
127127
uses: gradle/actions/setup-gradle@v4
128128
with:
129-
cache-cleanup: true
129+
cache-cleanup: always
130130

131131
# Set environment variables
132132
- name: Export Properties
@@ -188,7 +188,7 @@ jobs:
188188
- name: Setup Gradle
189189
uses: gradle/actions/setup-gradle@v4
190190
with:
191-
cache-cleanup: true
191+
cache-cleanup: always
192192

193193
# Set environment variables
194194
- name: Export Properties

0 commit comments

Comments
 (0)