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

commit 571a191ff6f6328273b3d83b34ec98af41df5d7f
Author: Piergiorgio Lucidi <[email protected]>
AuthorDate: Tue Mar 26 13:07:11 2024 +0100

    fix for the release candidate GitHub workflow (CONNECTORS-1754)
---
 .github/workflows/create-release-candidate.yml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/create-release-candidate.yml 
b/.github/workflows/create-release-candidate.yml
index aab4383b9..8449c6f0e 100644
--- a/.github/workflows/create-release-candidate.yml
+++ b/.github/workflows/create-release-candidate.yml
@@ -69,12 +69,13 @@ jobs:
       - name: Create new release candidate branch
         run: |
           git branch ${{ steps.branchTag.outputs.tag }}
+          git checkout ${{ steps.branchTag.outputs.tag }}
           git push
       
-      - name: Checkout the new branch ${{ steps.branchTag.outputs.tag }}
-        uses: actions/[email protected]
-        with:
-          ref: '${{ steps.branchTag.outputs.tag }}'
+      #- name: Checkout the new branch ${{ steps.branchTag.outputs.tag }}
+      #  uses: actions/[email protected]
+      #  with:
+      #    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