Skip to content

Commit

Permalink
fix: release notes automation after Github executors update (#5620)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdibi authored and MMaiero committed Dec 19, 2024
1 parent 1471fd3 commit 2b64df7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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=\
Expand Down

0 comments on commit 2b64df7

Please sign in to comment.