From b2c3b42e60ea663517ad6e437070ab3d4bc1149b Mon Sep 17 00:00:00 2001 From: Tomasz Godzik Date: Thu, 19 Dec 2024 16:26:31 +0100 Subject: [PATCH] bugfix: Add sbt to fix release job --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 06ba91a..bbc530e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,6 +45,7 @@ jobs: shell: bash env: PGP_SECRET: ${{ secrets.PUBLISH_SECRET_KEY }} + - uses: sbt/setup-sbt@v1 - name: Release run: sbtn ci-release env: