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

commit c2721545f9b3a7f0a835b52c88815113aba384d2
Author: Piergiorgio Lucidi <[email protected]>
AuthorDate: Tue Mar 26 14:12:45 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 0340b7853..52cc83d5b 100644
--- a/.github/workflows/create-release-candidate.yml
+++ b/.github/workflows/create-release-candidate.yml
@@ -69,7 +69,7 @@ jobs:
       - name: Create new release candidate branch
         run: |
           git branch ${{ steps.branchTag.outputs.tag }}
-          git push
+          git push --set-upstream origin ${{ steps.branchTag.outputs.tag }}
           git checkout ${{ steps.branchTag.outputs.tag }}
                 
       #- name: Checkout the new branch ${{ steps.branchTag.outputs.tag }}

Reply via email to