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

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


The following commit(s) were added to refs/heads/trunk by this push:
     new 2107cfc92 Update publish-maven-release.yml (CONNECTORS-1754)
2107cfc92 is described below

commit 2107cfc9238c35f852841baaf19a3371f8a4a551
Author: Piergiorgio Lucidi <[email protected]>
AuthorDate: Tue Jun 18 11:10:39 2024 +0200

    Update publish-maven-release.yml (CONNECTORS-1754)
---
 .github/workflows/publish-maven-release.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/workflows/publish-maven-release.yml 
b/.github/workflows/publish-maven-release.yml
index 6b9f89388..f65414fc5 100644
--- a/.github/workflows/publish-maven-release.yml
+++ b/.github/workflows/publish-maven-release.yml
@@ -31,6 +31,7 @@ jobs:
     steps:
       - name: Checkout
         uses: actions/[email protected]
+      
       - name: Set up Java
         uses: actions/[email protected]
         with:
@@ -41,10 +42,13 @@ jobs:
           server-id: apache.releases.https
           server-username: NEXUS_USER
           server-password: NEXUS_PW
+      
       - name: Ant Build
         run: ant make-core-deps make-deps image
+      
       - name: Maven Build
         run: mvn clean install -B -DskipTests -DskipITs
+      
       - name: Deploy
         run: mvn deploy -B -DskipTests -DskipITs -Dmaven.javadoc.skip=true
         env:

Reply via email to