.github: fix distribution key

This commit is contained in:
Alan Orth 2022-10-06 20:47:14 +03:00
parent 8b3aac610d
commit 8e01595cc1
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: 8
java-distribution: 'temurin'
distribution: 'temurin'
cache: 'maven'
- name: Build with Maven
run: mvn -B package --file pom.xml