Skip to content

Commit

Permalink
YOLO Make explicitly set Java version to 17 for bump version GitHub A…
Browse files Browse the repository at this point in the history
…ction.
  • Loading branch information
sshropshire committed Oct 29, 2024
1 parent 1e2e3c2 commit 8619421
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,11 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Set up Java
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'microsoft'
- name: Set github user
uses: ./.github/actions/set_github_user
- name: Update Version
Expand Down

0 comments on commit 8619421

Please sign in to comment.