Skip to content

Commit 71ca81c

Browse files
committed
Change deploy_to_maven_central name back to deploy_to_sonatype
1 parent cc9825b commit 71ca81c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -846,11 +846,11 @@ deploy_artifacts_to_github_old:
846846
when: never
847847
- if: '$CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+$/'
848848
when: manual
849-
# Requires the deploy_to_maven_central job to have run first (the UP-TO-DATE gradle check across jobs is broken)
849+
# Requires the deploy_to_sonatype job to have run first (the UP-TO-DATE gradle check across jobs is broken)
850850
# This will deploy the artifacts built from the publishToSonatype task to the GitHub release
851851
needs:
852-
- job: deploy_to_maven_central
853-
# The deploy_to_maven_central job is not run for release candidate versions
852+
- job: deploy_to_sonatype
853+
# The deploy_to_sonatype job is not run for release candidate versions
854854
optional: true
855855
script:
856856
- aws ssm get-parameter --region us-east-1 --name ci.dd-trace-java.gh_release_token --with-decryption --query "Parameter.Value" --out text > github-token.txt

0 commit comments

Comments
 (0)