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 2fcc6e56f fix for the release candidate GitHub workflow
(CONNECTORS-1754)
2fcc6e56f is described below
commit 2fcc6e56f7ee1d1a73f1a96d86124b1d540a59a5
Author: Piergiorgio Lucidi <[email protected]>
AuthorDate: Tue Mar 26 11:17:07 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 d528ad7aa..fc78badc0 100644
--- a/.github/workflows/create-release-candidate.yml
+++ b/.github/workflows/create-release-candidate.yml
@@ -60,7 +60,7 @@ jobs:
currentMavenVersion="${{ steps.mavenProjectVersion.outputs.version
}}"
suffixToRemove="SNAPSHOT"
branchVersion=${currentMavenVersion%"$suffixToRemove"}
- echo "${branchVersion}" >> $GITHUB_OUTPUT
+ echo "version=${branchVersion}" >> $GITHUB_OUTPUT
- name: Create new release candidate branch
run: git branch ${{ steps.branchVersion.outputs.version }}${{
github.events.input.releasecandidatetag }}