From 64efb1a6e09d87770f8d7b7aa17e64eeca81aae1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrique=20Lo=CC=81pez=20Man=CC=83as?= Date: Mon, 1 Jul 2024 18:07:37 +0200 Subject: [PATCH] chore: setting Java 17 for the release flow --- .github/workflows/release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 26bbdac..49ac762 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,6 +22,11 @@ jobs: release: runs-on: ubuntu-latest steps: + - name: Set up JDK 17 + uses: actions/setup-java@v3 + with: + java-version: '17' + distribution: 'temurin' - name: Checkout uses: actions/checkout@v3 with: