From 2f65a4b5142ee0229cfd1dc643376cdcaaaf9c42 Mon Sep 17 00:00:00 2001 From: Eric K Richardson Date: Mon, 13 Dec 2021 09:40:47 -0800 Subject: [PATCH] Move to java action for setup --- .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 391e3ce..aa5b218 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,10 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 0 - - uses: olafurpg/setup-scala@v10 + - uses: actions/setup-java@v2 + with: + distribution: 'adopt' + java-version: '8' - run: sbt ci-release env: PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}