Skip to content

Commit 7d97305

Browse files
committed
Naming
1 parent 188e420 commit 7d97305

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
git config --global user.name "GitHub Actions"
122122
git pull
123123
124-
- name: Set up JDK Apache Maven Central
124+
- name: Set up JDK OSSRH
125125
uses: actions/setup-java@v4
126126
with: # running setup-java again overwrites the settings.xml
127127
java-version: '17'
@@ -132,7 +132,7 @@ jobs:
132132
gpg-passphrase: MAVEN_GPG_PASSPHRASE
133133
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
134134

135-
- name: Publish to Apache Maven Central
135+
- name: Publish to OSSRH
136136
run: ../mvnw -B deploy -Possrh -DskipTests
137137
env:
138138
MAVEN_CENTRAL_USERNAME: ${{ secrets.S01_OSS_SONATYPE_MAVEN_USERNAME }}

0 commit comments

Comments
 (0)