We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fda8eb7 commit db60b40Copy full SHA for db60b40
1 file changed
.github/workflows/release.yml
@@ -12,9 +12,6 @@ on:
12
tags:
13
- v*.*.*
14
15
-permissions:
16
- contents: write
17
-
18
jobs:
19
get-versions:
20
runs-on: ubuntu-latest
@@ -52,6 +49,8 @@ jobs:
52
49
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
53
50
- name: Setup Gradle
54
51
uses: gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4.0.0
+ with:
+ cache-read-only: false
55
56
- name: Build with Gradle Wrapper
57
run: ./gradlew --build-cache build -Pmod_version=${{ needs.get-versions.outputs.mod_version }}
0 commit comments