Skip to content

Commit

Permalink
fix: release notes automation after Github executors update
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdibi committed Dec 16, 2024
1 parent e2bc005 commit c32ccd7
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 c32ccd7

Please sign in to comment.