Skip to content

Commit bd1ea5f

Browse files
committed
chore: 修正 release ci 的 jdk 脚本
1 parent f86099f commit bd1ea5f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
- name: setup
1919
uses: actions/setup-java@v5
2020
with:
21-
java-version: '17'
22-
distribution: 'jetbrains'
21+
java-version: '21'
22+
distribution: 'temurin'
2323
cache: gradle
2424

2525
- name: chmod

0 commit comments

Comments
 (0)