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 315bbf301 fix for the release candidate GitHub workflow 
(CONNECTORS-1754)
315bbf301 is described below

commit 315bbf30128dcd436e6b6b3c9bc18a1ef86e9705
Author: Piergiorgio Lucidi <[email protected]>
AuthorDate: Tue Mar 26 12:38:20 2024 +0100

    fix for the release candidate GitHub workflow (CONNECTORS-1754)
---
 .github/workflows/create-release-candidate.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/create-release-candidate.yml 
b/.github/workflows/create-release-candidate.yml
index f9c7136ff..aab4383b9 100644
--- a/.github/workflows/create-release-candidate.yml
+++ b/.github/workflows/create-release-candidate.yml
@@ -74,7 +74,7 @@ jobs:
       - name: Checkout the new branch ${{ steps.branchTag.outputs.tag }}
         uses: actions/[email protected]
         with:
-          ref: ${{ steps.branchTag.outputs.tag }}
+          ref: '${{ steps.branchTag.outputs.tag }}'
       
       - name: Update all the Maven modules with the new version
         run: mvn versions:set -DnewVersion=${{ 
steps.mavenProjectVersion.outputs.version }} -DremoveSnapshot 
-DgenerateBackupPoms=false

Reply via email to