We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ef5b67 commit 74e9c24Copy full SHA for 74e9c24
.github/workflows/publish.yml
@@ -18,6 +18,10 @@ jobs:
18
distribution: adopt
19
java-version: 11
20
21
+ # Make gradlew executable https://github.com/actions/starter-workflows/issues/171
22
+ - name: Make gradlew executable
23
+ run: chmod +x ./gradlew
24
+
25
# Builds the release artifacts of the library
26
- name: Release build
27
run: ./gradlew :bottomsheetdialog-compose:assembleRelease
0 commit comments