Skip to content

Commit

Permalink
Fix placement of distribution key
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesaoverton authored Nov 13, 2024
1 parent c6d403b commit 40ec674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/java-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
run: ./util/check_docs.py
- name: Set up JDK
uses: actions/setup-java@v4
distribution: jdk
with:
distribution: jdk
java-version: ${{ matrix.java }}
- name: CI Test
run: mvn verify
Expand Down

0 comments on commit 40ec674

Please sign in to comment.