Skip to content

Commit ab0ecf1

Browse files
committed
<fix>(<github>): fix github actions
1 parent 6c49587 commit ab0ecf1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build-release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ jobs:
1717
# https://github.com/marketplace/actions/checkout
1818
- uses: actions/checkout@v3
1919

20+
# 设置 JDK
21+
- name: set up JDK 17
22+
uses: actions/setup-java@v3
23+
with:
24+
java-version: '17'
25+
distribution: 'adopt'
26+
cache: gradle
27+
2028
- name: Get Tag
2129
id: var
2230
run: echo ::set-output name=tag::${GITHUB_REF#refs/*/}

0 commit comments

Comments
 (0)