Skip to content

Commit

Permalink
ci: Use simple link in Discord message and suggest release notes (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
KobeW50 authored Aug 28, 2024
1 parent 9ec012d commit 0a69582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/discord_ping_on_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
content: "<@&1271197877724643461>"
title: "Patches `${{ github.event.release.tag_name }}` has been released!"
description: |
Click [here]( ${{github.event.repository.html_url }}/releases/tag/${{ github.event.release.tag_name }}) to read the changelog.
Click [here](${{ github.event.release.html_url }}) to read the changelog and release notes.

0 comments on commit 0a69582

Please sign in to comment.