Skip to content

Commit

Permalink
Refactor workflow names
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiankuenzer committed Feb 1, 2024
1 parent 57b5945 commit d090efa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Java 17
- name: Setup JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Java 17
- name: Setup JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
Expand Down

0 comments on commit d090efa

Please sign in to comment.