This is an automated email from the ASF dual-hosted git repository.

olamy pushed a commit to branch redback-2.6.x
in repository https://gitbox.apache.org/repos/asf/archiva-redback-core.git


The following commit(s) were added to refs/heads/redback-2.6.x by this push:
     new a074c4a0 fix name
a074c4a0 is described below

commit a074c4a036013fdae9c13b127a789a1125f55e16
Author: Olivier Lamy <[email protected]>
AuthorDate: Mon Apr 18 11:13:15 2022 +1000

    fix name
    
    Signed-off-by: Olivier Lamy <[email protected]>
---
 .github/workflows/release-drafter.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/release-drafter.yml 
b/.github/workflows/release-drafter.yml
index 40924def..8abe974b 100644
--- a/.github/workflows/release-drafter.yml
+++ b/.github/workflows/release-drafter.yml
@@ -15,7 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
-name: Release Drafter
+name: Release Drafter 2.6.x
 on:
   push:
     branches:
@@ -28,4 +28,4 @@ jobs:
         with:
           config-name: release-drafter-2.6.x.yml # located in .github/ in 
default branch
         env:
-          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
\ No newline at end of file
+          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Reply via email to