Skip to content
This repository was archived by the owner on Jan 18, 2024. It is now read-only.

Commit 042c132

Browse files
authored
Update release.yml
1 parent f28151e commit 042c132

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v3
1616

17-
- name: Set up JDK 8
17+
- name: Set up JDK
1818
uses: actions/setup-java@v3
1919
with:
2020
distribution: 'temurin'
@@ -105,7 +105,7 @@ jobs:
105105
git config --global user.name "GitHub Actions"
106106
git pull
107107
108-
- name: Set up JDK 8 OSSRH
108+
- name: Set up JDK OSSRH
109109
uses: actions/setup-java@v3
110110
with: # running setup-java again overwrites the settings.xml
111111
distribution: 'temurin'
@@ -136,7 +136,7 @@ jobs:
136136
git config --global user.name "GitHub Actions"
137137
git pull
138138
139-
- name: Set up JDK 8
139+
- name: Set up JDK
140140
uses: actions/setup-java@v3
141141
with:
142142
distribution: 'temurin'

0 commit comments

Comments
 (0)