Skip to content

Commit f77d835

Browse files
committed
Don't write cache for publish action
1 parent 57f2e39 commit f77d835

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
java-version: 17
2323
- name: Setup Gradle
2424
uses: gradle/actions/setup-gradle@v4
25+
with:
26+
cache-read-only: true
2527
- name: Setup publish token
2628
env:
2729
JETBRAINS_TOKEN: ${{ secrets.JETBRAINS_TOKEN }}

0 commit comments

Comments
 (0)