From ab277c9ea4c0148bb9578c040674ba5d176300fb Mon Sep 17 00:00:00 2001 From: Roman Kolesnev Date: Fri, 14 Jun 2024 08:17:28 +0100 Subject: [PATCH] remove publish auto-promotion (#807) --- .semaphore/semaphore.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.semaphore/semaphore.yml b/.semaphore/semaphore.yml index 15bc90e28..c963ebdc1 100644 --- a/.semaphore/semaphore.yml +++ b/.semaphore/semaphore.yml @@ -54,5 +54,3 @@ after_pipeline: promotions : - name : Publish to Maven Central pipeline_file : publish_to_maven.yml - auto_promote : - when : "result = 'passed' and tag =~ '.*'" \ No newline at end of file