Skip to content

Commit

Permalink
Fixed Java version in release script
Browse files Browse the repository at this point in the history
  • Loading branch information
rcardin committed May 15, 2024
1 parent e142ce0 commit e2a249d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
fetch-depth: 0
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
distribution: zulu
java-version: 21
cache: sbt
- run: sbt ci-release
env:
Expand Down

0 comments on commit e2a249d

Please sign in to comment.