From 85979a8c3742a4fcb4d3ef854904df582e4a5468 Mon Sep 17 00:00:00 2001 From: Adan Rehtla Date: Sat, 11 Mar 2023 13:51:49 +1000 Subject: [PATCH] Update discord message --- .github/workflows/publish.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 25e8509..262e16e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,9 +19,9 @@ jobs: - name: Discord Publish uses: rjstone/discord-webhook-notify@v1 with: - severity: success - description: "${{steps.latest_release.outputs.name}} has been released." - details: "**DOWNLOAD:** ${{steps.latest_release.outputs.html_url}}" - footer: "" + severity: info + description: "**NEW:** ${{steps.latest_release.outputs.name}} has been released." + details: "**DOWNLOAD:** [${{steps.latest_release.outputs.name}}](${{steps.latest_release.outputs.html_url}})" + footer: "PUBLISHED: ${{steps.latest_release.outputs.published_at}} ID: ${{steps.latest_release.outputs.id}}" text: "" webhookUrl: ${{ secrets.DISCORD_WEBHOOK }} \ No newline at end of file