Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.

Commit

Permalink
fix(workflows/publish): grant permissions to gradlew
Browse files Browse the repository at this point in the history
  • Loading branch information
zlataovce committed Aug 13, 2024
1 parent 445a828 commit bab5f3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
java-version: 21
distribution: temurin
cache: gradle
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build and publish
run: ./gradlew publish
env:
Expand Down

0 comments on commit bab5f3f

Please sign in to comment.