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

commit e26d37688ddd49d074a4359382a77c740004d60a
Author: Piergiorgio Lucidi <[email protected]>
AuthorDate: Tue Mar 26 12:33:03 2024 +0100

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

diff --git a/.github/workflows/create-release-candidate.yml 
b/.github/workflows/create-release-candidate.yml
index 020de0a6e..f9c7136ff 100644
--- a/.github/workflows/create-release-candidate.yml
+++ b/.github/workflows/create-release-candidate.yml
@@ -69,7 +69,6 @@ jobs:
       - name: Create new release candidate branch
         run: |
           git branch ${{ steps.branchTag.outputs.tag }}
-          git commit -am "New branch for release candidate ${{ 
steps.branchTag.outputs.tag }} created"
           git push
       
       - name: Checkout the new branch ${{ steps.branchTag.outputs.tag }}

Reply via email to