Use tag_name for Discord release message
This commit is contained in:
parent
941f4097fe
commit
bc2a6e429c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release_actions.yml
vendored
2
.github/workflows/release_actions.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
webhook-url: ${{ secrets.DISCORD_WEBHOOK_URL }}
|
webhook-url: ${{ secrets.DISCORD_WEBHOOK_URL }}
|
||||||
content: |
|
content: |
|
||||||
📣 Zed ${{ github.event.release.name }} was just released!
|
📣 Zed ${{ github.event.release.tag_name }} was just released!
|
||||||
|
|
||||||
Restart your Zed or head to https://zed.dev/releases to grab it.
|
Restart your Zed or head to https://zed.dev/releases to grab it.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue