We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 188e420 commit 7d97305Copy full SHA for 7d97305
.github/workflows/release.yml
@@ -121,7 +121,7 @@ jobs:
121
git config --global user.name "GitHub Actions"
122
git pull
123
124
- - name: Set up JDK Apache Maven Central
+ - name: Set up JDK OSSRH
125
uses: actions/setup-java@v4
126
with: # running setup-java again overwrites the settings.xml
127
java-version: '17'
@@ -132,7 +132,7 @@ jobs:
132
gpg-passphrase: MAVEN_GPG_PASSPHRASE
133
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
134
135
- - name: Publish to Apache Maven Central
+ - name: Publish to OSSRH
136
run: ../mvnw -B deploy -Possrh -DskipTests
137
env:
138
MAVEN_CENTRAL_USERNAME: ${{ secrets.S01_OSS_SONATYPE_MAVEN_USERNAME }}
0 commit comments