Skip to content

Commit

Permalink
patch: update release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
qingzhuozhen authored Mar 29, 2022
1 parent 3aa868e commit d14cb55
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -29,10 +29,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Set up JDK 1.8
uses: actions/setup-java@v1
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: 1.8
java-version: '11'
distribution: 'zulu'

- name: Build
run: ./gradlew build

0 comments on commit d14cb55

Please sign in to comment.