From e63f46611577ea91015c856a171bd477affd2c42 Mon Sep 17 00:00:00 2001 From: Alex Archambault Date: Tue, 7 Jan 2025 17:15:25 +0100 Subject: [PATCH] Install sbt in release job via coursier --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bbc530e..08d88b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,11 +41,11 @@ jobs: - uses: coursier/setup-action@v1.3 with: jvm: 21 + apps: sbt sbtn - run: .github/scripts/gpg-setup.sh shell: bash env: PGP_SECRET: ${{ secrets.PUBLISH_SECRET_KEY }} - - uses: sbt/setup-sbt@v1 - name: Release run: sbtn ci-release env: