Skip to content

Commit a6930f8

Browse files
committed
Update release yaml file
1 parent 56800a3 commit a6930f8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,11 @@ jobs:
7272
tag: ${{ github.ref }}
7373
overwrite: true
7474

75+
- name: Set up JDK 1.8
76+
uses: actions/setup-java@v1
77+
with:
78+
java-version: 1.8
79+
7580
- name: Set up yq
7681
run: |
7782
sudo wget https://github.com/mikefarah/yq/releases/download/v4.6.0/yq_linux_amd64 -O /usr/bin/yq

0 commit comments

Comments
 (0)