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)