From cdaac4c532d55f55bd80658e91025f55fc6e8583 Mon Sep 17 00:00:00 2001 From: Christian Tzolov Date: Thu, 28 Sep 2023 06:38:51 +0200 Subject: [PATCH] Update maven-central-release.yml Fix broken yaml --- .github/workflows/maven-central-release.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/maven-central-release.yml b/.github/workflows/maven-central-release.yml index 127ed0923..0c7f8d6e1 100644 --- a/.github/workflows/maven-central-release.yml +++ b/.github/workflows/maven-central-release.yml @@ -25,11 +25,7 @@ jobs: - name: Download release files from Artifactory env: ARTIFACTORY_URL: "https://repo.spring.io/libs-staging-local/org/springframework/ai" - run: | -# echo "Downloading BOM artifacts" -# cd nexus/org/springframework/batch/spring-ai-bom/$RELEASE_VERSION -# wget $ARTIFACTORY_URL/spring-ai-bom/$RELEASE_VERSION/spring-ai-bom-$RELEASE_VERSION.pom - + run: | echo "Downloading core artifacts" cd ../../../../../.. cd nexus/org/springframework/ai/spring-ai-core/$RELEASE_VERSION