From 30b70094998b52588b9a3ddbd19add0caa510a9b Mon Sep 17 00:00:00 2001 From: Ludovic Trottier Date: Mon, 9 Mar 2026 07:52:21 -0700 Subject: [PATCH] Install sbt on the runner --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9d83a21d7..590ec185a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,6 +15,7 @@ jobs: with: distribution: temurin java-version: 17 + - uses: sbt/setup-sbt@v1 - run: sbt ci-release env: PGP_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}