Skip to content

Commit

Permalink
JDK setup step name was too specific and incorrect (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick authored Jun 15, 2022
1 parent ae8dc99 commit 3ac7ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
with:
fetch-depth: 0

- name: Set up JDK 8
- name: Set up JDK
uses: actions/setup-java@v3
with:
distribution: temurin
Expand Down

0 comments on commit 3ac7ddc

Please sign in to comment.