Skip to content

Commit b903b14

Browse files
committed
fix for setup-java
1 parent 94bcfc0 commit b903b14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
uses: actions/setup-java@v2
1818
with:
1919
java-version: 8
20+
distribution: "zulu"
2021
- name: "Cache"
2122
uses: actions/cache@v1
2223
with:

0 commit comments

Comments
 (0)