Skip to content

Commit 6529b1f

Browse files
committed
Merge branch '2.18' into 2.19
2 parents 6b52489 + f8bfbc8 commit 6529b1f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
distribution: 'temurin'
2424
java-version: ${{ matrix.java_version }}
2525
cache: 'maven'
26-
server-id: sonatype-nexus-snapshots
26+
server-id: central-snapshots
2727
server-username: CI_DEPLOY_USERNAME
2828
server-password: CI_DEPLOY_PASSWORD
2929
# See https://github.com/actions/setup-java/blob/v2/docs/advanced-usage.md#Publishing-using-Apache-Maven
@@ -37,7 +37,7 @@ jobs:
3737
- name: Deploy snapshot
3838
if: ${{ github.event_name != 'pull_request' && matrix.java_version == '8' && endsWith(steps.projectVersion.outputs.version, '-SNAPSHOT') }}
3939
env:
40-
CI_DEPLOY_USERNAME: ${{ secrets.CI_DEPLOY_USERNAME }}
41-
CI_DEPLOY_PASSWORD: ${{ secrets.CI_DEPLOY_PASSWORD }}
40+
CI_DEPLOY_USERNAME: ${{ secrets.CENTRAL_DEPLOY_USERNAME }}
41+
CI_DEPLOY_PASSWORD: ${{ secrets.CENTRAL_DEPLOY_PASSWORD }}
4242
# MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
4343
run: ./mvnw -B -q -ff -DskipTests -ntp source:jar deploy

0 commit comments

Comments
 (0)