We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57f2e39 commit f77d835Copy full SHA for f77d835
.github/workflows/publish.yml
@@ -22,6 +22,8 @@ jobs:
22
java-version: 17
23
- name: Setup Gradle
24
uses: gradle/actions/setup-gradle@v4
25
+ with:
26
+ cache-read-only: true
27
- name: Setup publish token
28
env:
29
JETBRAINS_TOKEN: ${{ secrets.JETBRAINS_TOKEN }}
0 commit comments