diff --git a/.github/workflows/discord.yml b/.github/workflows/discord.yml index 600df2a..1c4e205 100644 --- a/.github/workflows/discord.yml +++ b/.github/workflows/discord.yml @@ -1,7 +1,9 @@ +name: Discord Announcement + on: release: types: [published] - + jobs: github-releases-to-discord: runs-on: ubuntu-latest @@ -12,9 +14,9 @@ jobs: uses: SethCohen/github-releases-to-discord@v1.13.1 with: webhook_url: ${{ secrets.DISCORD_WEBHOOK_URL }} - color: "2105893" + color: "0x992d22" username: "Release Changelog" avatar_url: "https://github.com/dgate-io.png" content: "||@everyone||" footer_title: "Changelog" - footer_timestamp: true \ No newline at end of file + footer_timestamp: true