Skip to content

Commit 89b9ce2

Browse files
committed
Update release.yml
1 parent 73e3bf7 commit 89b9ce2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ jobs:
6464
echo "prerelease=$PRERELEASE"
6565
} >> "$GITHUB_OUTPUT"
6666
67+
- name: Make Gradle wrapper executable
68+
run: chmod +x ./gradlew
69+
6770
- name: Build with Gradle
6871
run: ./gradlew build
6972

0 commit comments

Comments
 (0)