Skip to content

Commit 1798c46

Browse files
committed
CI: Fixed missing java distribution in publish job
1 parent 4a056b8 commit 1798c46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
- uses: actions/checkout@v3
6767
- uses: actions/setup-java@v3
6868
with:
69+
distribution: 'temurin'
6970
java-version: 8
7071
- name: Publish to Maven Central
7172
run: |

0 commit comments

Comments
 (0)