Skip to content

Commit

Permalink
fix: incorrect env name
Browse files Browse the repository at this point in the history
  • Loading branch information
rawkode committed Sep 28, 2023
1 parent 93367d4 commit b161f37
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,7 @@ jobs:
uses: actions/setup-java@v3
with:
cache: gradle
distribution: temurin
java-version: ${{ env.JAVAVERSION }}
java-version: ${{ env.JAVA_VERSION }}

- name: Setup Gradle
uses: gradle/gradle-build-action@v2
Expand Down

0 comments on commit b161f37

Please sign in to comment.