Skip to content

Commit

Permalink
Set to JDK 11 for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Billzabob committed May 14, 2020
1 parent 6007aff commit f684970
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
- uses: olafurpg/setup-scala@v2
- uses: olafurpg/setup-gpg@v2
- name: Publish
Expand Down

0 comments on commit f684970

Please sign in to comment.