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

Commit a360cde

Browse files
committed
fix(CI): release hook added
1 parent 8f4e6f9 commit a360cde

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/checkout@v4
20+
- name: Make gradlew executable
21+
run: chmod +x ./gradlew
2022
- name: Set up Java
2123
uses: actions/setup-java@v4
2224
with:

0 commit comments

Comments
 (0)