We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b6b637 commit fe69930Copy full SHA for fe69930
ci/pipeline.yml
@@ -28,7 +28,7 @@ anchors:
28
GITHUB_USERNAME: ((github-username))
29
MILESTONE: ((milestone))
30
sontatype-task-params: &sonatype-task-params
31
- SONATYPE_USER: ((sonatype-username))
+ SONATYPE_USERNAME: ((sonatype-username))
32
SONATYPE_PASSWORD: ((sonatype-password))
33
SONATYPE_URL: ((sonatype-url))
34
SONATYPE_STAGING_PROFILE_ID: ((sonatype-staging-profile-id))
ci/tasks/promote.yml
@@ -17,7 +17,7 @@ params:
17
ARTIFACTORY_URL:
18
ARTIFACTORY_USERNAME:
19
ARTIFACTORY_PASSWORD:
20
- SONATYPE_USER:
+ SONATYPE_USERNAME:
21
SONATYPE_PASSWORD:
22
SONATYPE_URL:
23
SONATYPE_STAGING_PROFILE_ID:
0 commit comments