We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aba42d7 commit bf275aeCopy full SHA for bf275ae
.github/workflows/main.yml
@@ -47,7 +47,7 @@ jobs:
47
- name: Deploy snapshot
48
if: ${{ matrix.release_build && github.event_name != 'pull_request' && endsWith(steps.projectVersion.outputs.version, '-SNAPSHOT') }}
49
env:
50
- CI_DEPLOY_USERNAME: ${{ secrets.CI_DEPLOY_USERNAME }}
+ CI_DEPLOY_USERNAME: ${{ secrets.CENTRAL_DEPLOY_USERNAME }}
51
CI_DEPLOY_PASSWORD: ${{ secrets.CENTRAL_DEPLOY_PASSWORD }}
52
# MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
53
run: ./mvnw -B -q -ff -DskipTests -ntp source:jar deploy
0 commit comments