We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39cfe7b commit 3074903Copy full SHA for 3074903
1 file changed
.github/workflows/release.yml
@@ -28,6 +28,9 @@ jobs:
28
- name: Setup Gradle
29
uses: gradle/actions/setup-gradle@v3
30
31
+ - name: Make gradlew executable
32
+ run: chmod +x gradlew
33
+
34
- name: Extract version from build.gradle
35
id: get_version
36
run: |
0 commit comments