Skip to content

Commit

Permalink
install java when running the post-release PR generation (#6450)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkwatson committed May 10, 2024
1 parent 9810e09 commit 2b5ac31
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/generate-post-release-pr.yml
Expand Up @@ -20,6 +20,12 @@ jobs:
- prereqs
steps:
- uses: actions/checkout@v4
- id: setup-java
name: Set up Java for build
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17

- name: Set environment variables
run: |
Expand Down

0 comments on commit 2b5ac31

Please sign in to comment.