Skip to content

Commit 909183c

Browse files
authored
Fix mistake in JDK25 config for deploy.yml
[skip ci]
1 parent eb739b0 commit 909183c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ jobs:
8686
- name: Initialize Java
8787
uses: actions/setup-java@v5
8888
with:
89-
distribution: temurin
90-
java-version: zulu
89+
distribution: zulu
90+
java-version: 25
9191
server-id: central
9292
server-username: CENTRAL_USERNAME
9393
server-password: CENTRAL_TOKEN

0 commit comments

Comments
 (0)