Skip to content

Commit 60a8625

Browse files
committed
hot fix: execute permission on gradlew
1 parent ffea92b commit 60a8625

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish_jar.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
# https://central.sonatype.com/api-doc
5252
- name: Create Bundle.zip file and use Publisher API
5353
run: |
54+
chmod +x gradlew
5455
./gradlew publishToMavenLocal
5556
bash create_bundle.sh $VERSION
5657
curl --request POST \

0 commit comments

Comments
 (0)