From 5534e95b7b3e100b5ad3c3efe7c23f3666003482 Mon Sep 17 00:00:00 2001 From: kenji yoshida <6b656e6a69@gmail.com> Date: Fri, 11 Oct 2024 09:23:13 +0900 Subject: [PATCH] add setup-sbt --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 157946e..3bdeac5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,6 +14,7 @@ jobs: with: java-version: 8 distribution: temurin + - uses: sbt/setup-sbt@v1 - run: sbt ci-release if: ${{ github.repository_owner == 'sbt' }} env: