Skip to content

Commit aa8c6e6

Browse files
committed
Fix deploy credentials ref
1 parent bd4720c commit aa8c6e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141
- name: Deploy snapshot
4242
if: ${{ github.event_name != 'pull_request' && matrix.java_version == '8' && endsWith(steps.projectVersion.outputs.version, '-SNAPSHOT') }}
4343
env:
44-
CI_DEPLOY_USERNAME: ${{ secrets.CI_DEPLOY_USERNAME }}
45-
CI_DEPLOY_PASSWORD: ${{ secrets.CI_DEPLOY_PASSWORD }}
44+
CI_DEPLOY_USERNAME: ${{ secrets.CENTRAL_DEPLOY_USERNAME }}
45+
CI_DEPLOY_PASSWORD: ${{ secrets.CENTRAL_DEPLOY_PASSWORD }}
4646
# MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
4747
run: ./mvnw -B -q -ff -DskipTests -ntp source:jar deploy
4848
- name: Generate code coverage

0 commit comments

Comments
 (0)