From 2ed339fb2a0eb2f9b51852f4194e56be1e6cb523 Mon Sep 17 00:00:00 2001 From: vivekkr0311 Date: Tue, 29 Jul 2025 14:34:48 +0530 Subject: [PATCH] [ACS-9823]: [publish] release ci work --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 89e1042f..314e54e3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -181,9 +181,7 @@ jobs: - name: "Build" run: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V - name: Set up Maven Central credentials - run: | - ls -laR - cp ci.settings.xml ~/.m2/settings.xml + run: cp alfresco-sdk/.ci.settings.xml ~/.m2/settings.xml - name: Import GPG key env: GPG_TTY: $(tty)