Skip to content

Commit c238111

Browse files
authored
Update release.yml
1 parent ee74bc7 commit c238111

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ jobs:
4646
- name: Set up JDK 11
4747
uses: actions/setup-java@v2
4848
with:
49-
java-version: 1.11
49+
distribution: zulu
50+
java-version: 11
5051
- uses: burrunan/gradle-cache-action@v1
5152
name: Gradle release with caches caching
5253
with:
@@ -61,7 +62,8 @@ jobs:
6162
- name: Set up JDK 11
6263
uses: actions/setup-java@v2
6364
with:
64-
java-version: 1.11
65+
distribution: zulu
66+
java-version: 11
6567
- uses: burrunan/gradle-cache-action@v1
6668
name: Gradle release with caches caching
6769
with:

0 commit comments

Comments
 (0)