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 88f734b14 fix for the release candidate GitHub workflow
(CONNECTORS-1754)
88f734b14 is described below
commit 88f734b149ad33012055c08e4479875d1177b38c
Author: Piergiorgio Lucidi <[email protected]>
AuthorDate: Tue Mar 26 14:01:03 2024 +0100
fix for the release candidate GitHub workflow (CONNECTORS-1754)
---
.github/workflows/create-release-candidate.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/create-release-candidate.yml
b/.github/workflows/create-release-candidate.yml
index 8449c6f0e..0340b7853 100644
--- a/.github/workflows/create-release-candidate.yml
+++ b/.github/workflows/create-release-candidate.yml
@@ -69,9 +69,9 @@ jobs:
- name: Create new release candidate branch
run: |
git branch ${{ steps.branchTag.outputs.tag }}
- git checkout ${{ steps.branchTag.outputs.tag }}
git push
-
+ git checkout ${{ steps.branchTag.outputs.tag }}
+
#- name: Checkout the new branch ${{ steps.branchTag.outputs.tag }}
# uses: actions/[email protected]
# with: