From dd2c445e9f656553f9ed4e0b7243e74aa2109ed7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?An=C4=B1l=20M=C4=B1s=C4=B1rl=C4=B1o=C4=9Flu?= Date: Thu, 8 Apr 2021 16:44:26 +0300 Subject: [PATCH] ci: release workflow update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Anıl Mısırlıoğlu --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 64f6480..e041895 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,11 +14,11 @@ jobs: runs-on: ubuntu-latest steps: - # Setup Java 1.8 environment for the next steps + # Setup Java 11 environment for the next steps - name: Setup Java uses: actions/setup-java@v1 with: - java-version: 1.8 + java-version: 11 # Check out current repository - name: Fetch Sources @@ -39,11 +39,11 @@ jobs: runs-on: ubuntu-latest steps: - # Setup Java 1.8 environment for the next steps + # Setup Java 11 environment for the next steps - name: Setup Java uses: actions/setup-java@v1 with: - java-version: 1.8 + java-version: 11 # Check out current repository - name: Fetch Sources