Skip to content

Commit

Permalink
Pass a distribution Input to the setup-java@v3 action (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
eliflores authored Aug 18, 2022
1 parent c21f657 commit be72ccb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
java-version: 14
distribution: 'temurin'
java-version: 17
- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@v1
- name: Publish package
Expand Down

0 comments on commit be72ccb

Please sign in to comment.