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 83cb8aee8 Added Dockerfile, updated the exclusion for RAT, updated the 
GitHub workflow (CONNECTORS-1754)
83cb8aee8 is described below

commit 83cb8aee83222fe0f4f4ca0cc21f84d85cab29b4
Author: Piergiorgio Lucidi <[email protected]>
AuthorDate: Wed Jun 12 22:02:14 2024 +0200

    Added Dockerfile, updated the exclusion for RAT, updated the GitHub 
workflow (CONNECTORS-1754)
---
 .github/workflows/create-release-candidate.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.github/workflows/create-release-candidate.yml 
b/.github/workflows/create-release-candidate.yml
index 4b79a851b..b28795ad8 100644
--- a/.github/workflows/create-release-candidate.yml
+++ b/.github/workflows/create-release-candidate.yml
@@ -20,7 +20,6 @@ run-name: ${{ github.actor }} is executing Create Release 
Branch
 permissions:
   contents: write
 on:
-  push:
   workflow_dispatch:
     inputs:
       releasecandidatetag:
@@ -114,7 +113,7 @@ jobs:
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
         with:
-          tag_name: release-${{ steps.branchTag.outputs.tag }}
+          tag_name: ${{ steps.branchTag.outputs.tag }}
           release_name: Release Candidate ${{ steps.branchTag.outputs.tag }}
           body: |
             Release Candidate ${{ steps.branchTag.outputs.tag }}

Reply via email to