fixed release workflow
This commit is contained in:
parent
b2b8edadf8
commit
37d9020f85
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
- uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: 'zulu'
|
||||
java-version: '11'
|
||||
java-version: '17'
|
||||
|
||||
- name: Clone the repository.
|
||||
uses: actions/checkout@v3
|
||||
|
|
Loading…
Reference in a new issue