From dfecd07ef0d44951a48e29c8d0ae82ea6235c7b0 Mon Sep 17 00:00:00 2001 From: johannes karoff Date: Sun, 9 Jun 2024 22:26:32 +0200 Subject: [PATCH] fix publish workflow --- .github/workflows/build.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f37bce0..2c6f79a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,12 +37,8 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 0 - - uses: olafurpg/setup-scala@v12 - with: - java-version: 8 - name: Cache SBT uses: coursier/cache-action@v6 - - uses: olafurpg/setup-gpg@v3 - name: Publish run: sbt version "git status" ci-release "git status" env: