From 3c14c2b235b9b113b0f7521d5e481671edfc0a58 Mon Sep 17 00:00:00 2001 From: Adam Baron Date: Sat, 21 Sep 2024 21:29:33 +0200 Subject: [PATCH] Update github-releases-to-discord.yml --- .github/workflows/github-releases-to-discord.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github-releases-to-discord.yml b/.github/workflows/github-releases-to-discord.yml index b25a814..502ce9d 100644 --- a/.github/workflows/github-releases-to-discord.yml +++ b/.github/workflows/github-releases-to-discord.yml @@ -1,6 +1,8 @@ +name: discord_on_release + on: release: - types: [published] + types: [published, released, created] jobs: github-releases-to-discord: @@ -18,4 +20,4 @@ jobs: content: "||@everyone||" footer_title: "Changelog" footer_icon_url: "https://cdn.discordapp.com/avatars/487431320314576937/bd64361e4ba6313d561d54e78c9e7171.png" - footer_timestamp: true \ No newline at end of file + footer_timestamp: true