Skip to content

Commit

Permalink
fix(CI): release hook added
Browse files Browse the repository at this point in the history
  • Loading branch information
stritti committed May 21, 2024
1 parent 8f4e6f9 commit a360cde
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Make gradlew executable
run: chmod +x ./gradlew
- name: Set up Java
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit a360cde

Please sign in to comment.