From c32ccd7f62c2a617d3751592b5aac0093420be6c Mon Sep 17 00:00:00 2001 From: Mattia Dal Ben Date: Mon, 16 Dec 2024 17:12:14 +0100 Subject: [PATCH] fix: release notes automation after Github executors update --- .github/workflows/release-notes.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml index f542ac52ae..4613f0d61d 100644 --- a/.github/workflows/release-notes.yml +++ b/.github/workflows/release-notes.yml @@ -28,6 +28,12 @@ jobs: with: fetch-depth: '0' + - name: Setup Java + uses: actions/setup-java@v4 + with: + distribution: 'temurin' # See 'Supported distributions' for available options + java-version: '11' # Required by the git-changelog-command-line tool + - name: Get version id: get-version run: "echo \"resolved-version=\