Skip to content

Commit 53de89b

Browse files
authored
Update release.yml
1 parent cedb730 commit 53de89b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
- name: Validate gradle wrapper
1919
uses: gradle/wrapper-validation-action@v1
2020

21+
- name: Grant execute permission for gradlew
22+
run: chmod +x gradlew
23+
2124
- name: Build IDE Plugin
2225
run: ./gradlew :ide-plugins:intellij:buildPlugin
2326

0 commit comments

Comments
 (0)