Skip to content
This repository was archived by the owner on Mar 9, 2025. It is now read-only.

Commit 56a9397

Browse files
committed
fix
1 parent 3f2ffeb commit 56a9397

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
uses: gradle/actions/setup-gradle@v4
2020

2121
- name: Publish package
22-
run: ./gradlew publish
22+
run: |
23+
chmod +x gradlew
24+
./gradlew publish
2325
env:
2426
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)