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 7f7ef0c61 Fix for the GitHub workflows (CONNECTORS-1754)
7f7ef0c61 is described below

commit 7f7ef0c615a404c765ee47459cec3518543ea22a
Author: Piergiorgio Lucidi <[email protected]>
AuthorDate: Wed Jun 19 23:16:31 2024 +0200

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

diff --git a/.github/workflows/publish-maven-release.yml 
b/.github/workflows/publish-maven-release.yml
index a6875fe23..f8fdb55f7 100644
--- a/.github/workflows/publish-maven-release.yml
+++ b/.github/workflows/publish-maven-release.yml
@@ -101,5 +101,6 @@ jobs:
         env:
           NEXUS_USER: ${{ secrets.NEXUS_USER }}
           NEXUS_PW: ${{ secrets.NEXUS_PW }}
-        run: mvn deploy -B -e -DskipTests -DskipITs --settings 
.github/asf-deploy-settings.xml
+          MAVEN_SETTINGS: ${{ github.workspace 
}}/.github/asf-deploy-settings.xml
+        run: mvn deploy -B -e -DskipTests -DskipITs 
-DrepositoryId=apache.releases.https -q
         

Reply via email to