From e7c7ccc56f562d76ec1dbbcecab5ed90ca31718d Mon Sep 17 00:00:00 2001 From: Thomas Bouffard <27200110+tbouffard@users.noreply.github.com> Date: Fri, 23 Aug 2024 09:17:46 +0200 Subject: [PATCH] ci(release): configure java for the R package (#135) --- .github/workflows/release-create-R-release-branch.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/release-create-R-release-branch.yml b/.github/workflows/release-create-R-release-branch.yml index 32391f9..35af66d 100644 --- a/.github/workflows/release-create-R-release-branch.yml +++ b/.github/workflows/release-create-R-release-branch.yml @@ -29,6 +29,12 @@ jobs: run: | echo "VERSION=${GITHUB_REF_NAME#v}" >> $GITHUB_ENV + - uses: actions/setup-java@v4 + with: + java-version: 17 + distribution: 'zulu' + cache: 'maven' + - name: Create release branch run: | git checkout -b bpmnLayoutGeneratoR-${{ env.VERSION }}