Skip to content

Commit

Permalink
chore: Use JDK 11 for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
hypery2k committed Dec 23, 2023
1 parent 9a1ef34 commit d81db08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up JDK
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: 17
java-version: 11

- name: publish release package
if: contains( github.ref, 'main' ) || contains( github.base_ref, 'main' )
Expand Down

0 comments on commit d81db08

Please sign in to comment.