Skip to content

Commit a798862

Browse files
authored
Update publish.yml
1 parent 2b720b7 commit a798862

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/publish.yml

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

2222
- name: Configure Gradle
2323
uses: gradle/actions/setup-gradle@v3
24-
24+
25+
- name: Grant execute permission for Gradle wrapper
26+
run: chmod +x gradlew
27+
2528
- name: Publish package
2629
env:
2730
USERNAME: ${{ secrets.GITHUB_ACTOR }}

0 commit comments

Comments
 (0)