From bbd1cb3f4b2f31774dae4d25e6b249294b333c72 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Sun, 14 Sep 2025 00:59:56 -0400 Subject: [PATCH] fix(workflows): update release notifier --- .github/workflows/__call-release-notifier.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/__call-release-notifier.yml b/.github/workflows/__call-release-notifier.yml index 22457c14..c4342133 100644 --- a/.github/workflows/__call-release-notifier.yml +++ b/.github/workflows/__call-release-notifier.yml @@ -96,7 +96,8 @@ jobs: echo "gh-badge: [follow, fork, star]" echo "tags: [release, ${repo_lower}]" echo "comments: true" - echo "author: LizardByte-bot" + echo "authors:" + echo " - github: LizardByte-bot" echo "---" echo "" } > "${file_name}"