Skip to content

Commit

Permalink
Update release GitHub Actions pipeline with sbt binaries explicit set…
Browse files Browse the repository at this point in the history
…up (#295)
  • Loading branch information
oermolaev authored Jan 9, 2025
1 parent a36f1fa commit de3e578
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,15 @@ jobs:
- uses: coursier/cache-action@v6

- name: Set up JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: 11
distribution: 'corretto'
cache: sbt

- uses: sbt/setup-sbt@v1
with:
sbt-runner-version: 1.9.9

- name: Get current version
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit de3e578

Please sign in to comment.