mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-24 02:46:43 +00:00
Fix top-level header in discord webhook action
This commit is contained in:
parent
923095a017
commit
97d79bc038
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release_actions.yml
vendored
2
.github/workflows/release_actions.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
||||||
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.
|
||||||
|
|
||||||
```md
|
```md
|
||||||
### Changelog
|
# Changelog
|
||||||
|
|
||||||
${{ github.event.release.body }}
|
${{ github.event.release.body }}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue