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 fb31ab9f8 added release candidate GitHub workflow (CONNECTORS-1754)
fb31ab9f8 is described below

commit fb31ab9f8dcfd5824dead9ba380f2c97705bb386
Author: Piergiorgio Lucidi <[email protected]>
AuthorDate: Tue Mar 5 13:09:15 2024 +0100

    added release candidate GitHub workflow (CONNECTORS-1754)
---
 .github/workflows/create-release-candidate.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/create-release-candidate.yml 
b/.github/workflows/create-release-candidate.yml
index 6e8356114..51840070f 100644
--- a/.github/workflows/create-release-candidate.yml
+++ b/.github/workflows/create-release-candidate.yml
@@ -17,10 +17,13 @@
 
 name: Create Release Candidate
 run-name: ${{ github.actor }} is executing Create Release Branch
+
 permissions:
   contents: write
+
 on:
   workflow_dispatch:
+
     inputs:
       releasecandidatetag:
         description: 'Release Candidate Tag' 
@@ -33,6 +36,7 @@ jobs:
     steps:
       - name: Init Release Candidate workflow
         run: echo "Starting Apache ManifoldCF workflow for building ${{ 
github.events.input.releasecandidatetag }}"
+        
       - uses: actions/[email protected]
       - name: Set up OpenJDK 11 Temurin x64
         uses: actions/[email protected]
@@ -116,4 +120,3 @@ jobs:
         with:
           name: apache-manifoldcf-${{ 
steps.mavenProjectVersion.outputs.version }}-${{ 
github.events.input.releasecandidatetag }}-src.zip
           path: apache-manifoldcf-${{ 
steps.mavenProjectVersion.outputs.version }}-src-zip
-      

Reply via email to