From 2056de6e4f100dd19ec04f22addd0a2ddc9e3fb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20=C4=8Cern=C3=BD?= Date: Wed, 22 Jan 2025 10:18:03 +0100 Subject: [PATCH] Fix the release job --- .github/workflows/release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ed03ab93..4fab0a7e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,8 +4,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - name: java setup + - name: Setup Scala using Coursier uses: coursier/setup-action@v1 + with: + apps: sbt - uses: olafurpg/setup-gpg@v3 - env: @@ -15,6 +17,7 @@ jobs: SONATYPE_USERNAME: "${{ secrets.SONATYPE_USERNAME }}" name: "Publish ${{ github.ref }}" run: sbt ci-release + name: Release on: push: