From 4232278cc080d2473f04a502c5e4cf2b5790c6d3 Mon Sep 17 00:00:00 2001 From: Luke <64462934+Luke1550@users.noreply.github.com> Date: Mon, 6 Mar 2023 13:45:36 +0100 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1d13a0f..5182dbf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: - name: Set up JDK uses: actions/setup-java@v2 with: - java-version: 18 + java-version: 17 distribution: 'temurin' - name: Build project