Skip to content

Commit fc5ebb6

Browse files
Update publish.yml
1 parent db21fe0 commit fc5ebb6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

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

21+
- name: Grant Gradlew rights
22+
run: chmod +x gradlew
23+
2124
# Builds the release artifacts of the library
2225
- name: Release build
2326
run: ./gradlew :universal-adapter:assembleRelease

0 commit comments

Comments
 (0)