Skip to content

Commit ee74bc7

Browse files
authored
Update release.yml
1 parent 6cbe394 commit ee74bc7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
- name: Set up JDK 11
2121
uses: actions/setup-java@v2
2222
with:
23-
java-version: 1.11
23+
distribution: zulu
24+
java-version: 11
2425
- uses: burrunan/gradle-cache-action@v1
2526
name: Gradle release with caches caching
2627
with:
@@ -65,4 +66,4 @@ jobs:
6566
name: Gradle release with caches caching
6667
with:
6768
arguments: publishToSonatype closeSonatypeStagingRepository
68-
gradle-version: wrapper
69+
gradle-version: wrapper

0 commit comments

Comments
 (0)