File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments