Skip to content

Commit

Permalink
Fix publish build; add mandatory distribution to setup-java
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodbx committed Jun 2, 2022
1 parent 155ad4d commit 1c40ad7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
- name: Configure JDK
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 11

- name: Publish Artifacts
Expand Down

0 comments on commit 1c40ad7

Please sign in to comment.