Skip to content

Commit 267e9c0

Browse files
marc0derclaude
andcommitted
Fix GitHub Actions to use Eclipse Temurin JDK 11
Co-Authored-By: Claude <[email protected]>
1 parent 7fec913 commit 267e9c0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ jobs:
1818
- uses: actions/checkout@v2
1919
with:
2020
fetch-depth: 0
21+
- name: Set up JDK 11
22+
uses: actions/setup-java@v2
23+
with:
24+
distribution: 'temurin'
25+
java-version: '11'
2126
- name: Log in to Docker Hub
2227
run: docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }}
2328
- uses: oleksiyrudenko/[email protected]

0 commit comments

Comments
 (0)