Skip to content

Commit f505626

Browse files
committed
fix: add distribution (mandatory)
1 parent ae16abd commit f505626

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish-to-maven-central.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
uses: actions/setup-java@v3
2626
with:
2727
java-version: 11
28+
distribution: 'temurin'
2829
cache: 'maven'
2930

3031
- name: Release Maven package

0 commit comments

Comments
 (0)