Skip to content

Commit 5644d9b

Browse files
authored
Update deploy.yml
1 parent 5859e32 commit 5644d9b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ jobs:
1919

2020
- name: Setup Gradle
2121
uses: gradle/actions/setup-gradle@v4
22-
22+
23+
- name: Make gradlew executable
24+
run: chmod +x ./gradlew
25+
2326
- name: Publish package
2427
run: ./gradlew publish
2528
env:

0 commit comments

Comments
 (0)