Skip to content

Commit

Permalink
missing gradle for bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed Jun 13, 2024
1 parent e6d139e commit c26d01c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,11 @@ jobs:
uses: actions/checkout@v4
if: env.LTS == 'true'

- name: Setup Gradle
uses: gradle/gradle-build-action@v3
with:
gradle-version: ${{ env.GRADLE }}

- name: Download build artifacts
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit c26d01c

Please sign in to comment.