Skip to content

Commit

Permalink
Fix sbt distribution in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
yruslan committed Oct 10, 2024
1 parent ae1a0c7 commit 88a6d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
git push --set-upstream origin release/$VERSION
- name: Setup JDK and sbt
uses: actions/setup-java@v4
uses: actions/setup-java@v4.2.2
with:
distribution: temurin
java-version: 8
Expand Down

0 comments on commit 88a6d64

Please sign in to comment.