Skip to content

Commit 74e9c24

Browse files
committed
Make gradlew executable
1 parent 3ef5b67 commit 74e9c24

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ jobs:
1818
distribution: adopt
1919
java-version: 11
2020

21+
# Make gradlew executable https://github.com/actions/starter-workflows/issues/171
22+
- name: Make gradlew executable
23+
run: chmod +x ./gradlew
24+
2125
# Builds the release artifacts of the library
2226
- name: Release build
2327
run: ./gradlew :bottomsheetdialog-compose:assembleRelease

0 commit comments

Comments
 (0)