Skip to content

Commit fe69930

Browse files
committed
Correct configuration of Sonatype credentials used for promotion
1 parent 8b6b637 commit fe69930

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ anchors:
2828
GITHUB_USERNAME: ((github-username))
2929
MILESTONE: ((milestone))
3030
sontatype-task-params: &sonatype-task-params
31-
SONATYPE_USER: ((sonatype-username))
31+
SONATYPE_USERNAME: ((sonatype-username))
3232
SONATYPE_PASSWORD: ((sonatype-password))
3333
SONATYPE_URL: ((sonatype-url))
3434
SONATYPE_STAGING_PROFILE_ID: ((sonatype-staging-profile-id))

ci/tasks/promote.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ params:
1717
ARTIFACTORY_URL:
1818
ARTIFACTORY_USERNAME:
1919
ARTIFACTORY_PASSWORD:
20-
SONATYPE_USER:
20+
SONATYPE_USERNAME:
2121
SONATYPE_PASSWORD:
2222
SONATYPE_URL:
2323
SONATYPE_STAGING_PROFILE_ID:

0 commit comments

Comments
 (0)