This is an automated email from the ASF dual-hosted git repository.

piergiorgio pushed a commit to branch CONNECTORS-1754
in repository https://gitbox.apache.org/repos/asf/manifoldcf.git


The following commit(s) were added to refs/heads/CONNECTORS-1754 by this push:
     new 77008f193 Fix for the GitHub workflows (CONNECTORS-1754)
77008f193 is described below

commit 77008f193d717b3d514899181efd33a30249caf8
Author: Piergiorgio Lucidi <[email protected]>
AuthorDate: Wed Jun 19 22:59:19 2024 +0200

    Fix for the GitHub workflows (CONNECTORS-1754)
---
 .github/workflows/publish-maven-release.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/publish-maven-release.yml 
b/.github/workflows/publish-maven-release.yml
index d759addb7..a6875fe23 100644
--- a/.github/workflows/publish-maven-release.yml
+++ b/.github/workflows/publish-maven-release.yml
@@ -101,5 +101,5 @@ jobs:
         env:
           NEXUS_USER: ${{ secrets.NEXUS_USER }}
           NEXUS_PW: ${{ secrets.NEXUS_PW }}
-        run: mvn deploy -B -e -DskipTests -DskipITs
+        run: mvn deploy -B -e -DskipTests -DskipITs --settings 
.github/asf-deploy-settings.xml
         

Reply via email to