Skip to content

Commit b2d026d

Browse files
committed
Merge branch '2.18' into 2.19
2 parents 19dd980 + c079159 commit b2d026d

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
@@ -33,7 +33,7 @@ jobs:
3333
distribution: 'temurin'
3434
java-version: ${{ matrix.java_version }}
3535
cache: 'maven'
36-
server-id: sonatype-nexus-snapshots
36+
server-id: central-snapshots
3737
server-username: CI_DEPLOY_USERNAME
3838
server-password: CI_DEPLOY_PASSWORD
3939
# See https://github.com/actions/setup-java/blob/v2/docs/advanced-usage.md#Publishing-using-Apache-Maven
@@ -47,8 +47,8 @@ jobs:
4747
- name: Deploy snapshot
4848
if: ${{ matrix.release_build && github.event_name != 'pull_request' && endsWith(steps.projectVersion.outputs.version, '-SNAPSHOT') }}
4949
env:
50-
CI_DEPLOY_USERNAME: ${{ secrets.CI_DEPLOY_USERNAME }}
51-
CI_DEPLOY_PASSWORD: ${{ secrets.CI_DEPLOY_PASSWORD }}
50+
CI_DEPLOY_USERNAME: ${{ secrets.CENTRAL_DEPLOY_USERNAME }}
51+
CI_DEPLOY_PASSWORD: ${{ secrets.CENTRAL_DEPLOY_PASSWORD }}
5252
# MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
5353
run: ./mvnw -B -q -ff -DskipTests -ntp source:jar deploy
5454
- name: Generate code coverage

0 commit comments

Comments
 (0)