Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
djravine committed Mar 11, 2023
2 parents 3f3120e + 85979a8 commit afa78da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit afa78da

Please sign in to comment.