From 183663e38f6ee7cde994743642da8e15002ad079 Mon Sep 17 00:00:00 2001 From: Mattia Dal Ben Date: Tue, 17 Dec 2024 08:00:50 +0100 Subject: [PATCH] fix: release notes automation after Github executors update (#5620) (cherry picked from commit 8941da9e8bd8b8cb1343876b191003f30ea4720d) --- .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=\