Skip to content

Commit

Permalink
Make gradlew executable in release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
2No2Name committed Jan 16, 2025
1 parent ada11b3 commit 036e7bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
- name: Validate Gradle Wrapper Integrity
uses: gradle/wrapper-validation-action@v2

- name: make gradle wrapper executable
run: chmod +x ./gradlew

- name: Build & Publish
env:
RELEASE_TYPE: ${{ inputs.releaseType }}
Expand Down

0 comments on commit 036e7bc

Please sign in to comment.