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

commit cdd0bcd283b6c0bb5ee16e8a56b99bc132a57209
Author: Piergiorgio Lucidi <[email protected]>
AuthorDate: Tue Jun 18 11:20:09 2024 +0200

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

diff --git a/.github/workflows/publish-release-candidate-svn.yml 
b/.github/workflows/publish-release-candidate-svn.yml
index d57bebd5a..cb9ac429c 100644
--- a/.github/workflows/publish-release-candidate-svn.yml
+++ b/.github/workflows/publish-release-candidate-svn.yml
@@ -37,6 +37,9 @@ jobs:
     steps:
       - name: Checkout
         uses: actions/[email protected]
+        with:
+          ref: ${{ github.event.inputs.RC_TAG }}
+          
       - name: Get Maven POM version
         id: standardMavenVersion
         run: echo "version=$(mvn help:evaluate -Dexpression=project.version -q 
-DforceStdout)" >> $GITHUB_OUTPUT

Reply via email to