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 9285acce8 Fix for the GitHub workflows (CONNECTORS-1754)
9285acce8 is described below

commit 9285acce8b4ee6bb5289a7fec72aee2db51a68b8
Author: Piergiorgio Lucidi <[email protected]>
AuthorDate: Tue Jun 18 11:46:13 2024 +0200

    Fix for the GitHub workflows (CONNECTORS-1754)
---
 .github/workflows/publish-release-candidate-svn.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/publish-release-candidate-svn.yml 
b/.github/workflows/publish-release-candidate-svn.yml
index 35d984b88..6230cdd0e 100644
--- a/.github/workflows/publish-release-candidate-svn.yml
+++ b/.github/workflows/publish-release-candidate-svn.yml
@@ -53,14 +53,14 @@ jobs:
         id: rcRevision
         run: |
           rcRevision="${{ github.event.inputs.RC_TAG }}"
-          set -- rcRevision
+          set -- $rcRevision
           echo "version=${1##*-}" >> $GITHUB_OUTPUT
       
       - name: Extract branch without release prefix
         id: branchWithoutPrefixExtracted
         run: |
           branchWithoutPrefixExtracted="${{ github.event.inputs.RC_TAG }}"
-          set -- branchWithoutPrefixExtracted
+          set -- $branchWithoutPrefixExtracted
           echo "version=${1#*-*}" >> $GITHUB_OUTPUT
       
       - name: Download artifacts from GitHub and Upload artifacts into ASF SVN

Reply via email to