Skip to content

Commit 42414ae

Browse files
fix(workflows): update release notifier (#521)
1 parent 22e6273 commit 42414ae

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/__call-release-notifier.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ jobs:
9696
echo "gh-badge: [follow, fork, star]"
9797
echo "tags: [release, ${repo_lower}]"
9898
echo "comments: true"
99-
echo "author: LizardByte-bot"
99+
echo "authors:"
100+
echo " - github: LizardByte-bot"
100101
echo "---"
101102
echo ""
102103
} > "${file_name}"

0 commit comments

Comments
 (0)