Skip to content

Commit 8731d4f

Browse files
authored
Update ci-release.yml
disable cache for release
1 parent 3d41d4b commit 8731d4f

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/ci-release.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,4 @@ jobs:
2525
-PsigningPassword=${{ secrets.signingPassword }}
2626
-PsonatypeUsername=${{ secrets.sonatypeUsername }}
2727
-PsonatypePassword=${{ secrets.sonatypePassword }}
28-
cache-read-only: true
29-
gradle-home-cache-includes: |
30-
caches
31-
notifications
32-
konan
33-
nodejs
34-
yarn
28+
cache-disabled: true

0 commit comments

Comments
 (0)