Skip to content

Commit

Permalink
grand permissions for gradle in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ihermandev committed Jan 26, 2023
1 parent 04d044b commit ef64758
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
distribution: adopt
java-version: 11

- name: Grand execute permissions to gradlew
run: chmod +x gradlew

# Builds the release artifacts
- name: Release build
run: ./gradlew :format-watcher:assembleRelease
Expand Down

0 comments on commit ef64758

Please sign in to comment.