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

commit 3ab2b8a0c919bd3c1b5e97ada1998e3df81d289a
Author: Piergiorgio Lucidi <[email protected]>
AuthorDate: Wed Jun 19 22:17:02 2024 +0200

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

diff --git a/.github/workflows/publish-maven-release.yml 
b/.github/workflows/publish-maven-release.yml
index 44f7f0783..d82865266 100644
--- a/.github/workflows/publish-maven-release.yml
+++ b/.github/workflows/publish-maven-release.yml
@@ -68,6 +68,8 @@ jobs:
     steps:
       - name: Checkout
         uses: actions/[email protected]
+        with:
+          ref: ${{ github.event.inputs.release }}
       
       - name: Set up Java
         uses: actions/[email protected]
@@ -79,6 +81,7 @@ jobs:
           server-id: apache.releases.https
           server-username: NEXUS_USER
           server-password: NEXUS_PW
+          
       - name: Ant Build
         env:
          RELEASE: ${{ inputs.release }}

Reply via email to