Shorten GitHub release message
This commit is contained in:
parent
cc390ba862
commit
13c7bbbac6
1 changed files with 1 additions and 3 deletions
4
.github/workflows/release_actions.yml
vendored
4
.github/workflows/release_actions.yml
vendored
|
@ -20,9 +20,7 @@ jobs:
|
||||||
id: get-content
|
id: get-content
|
||||||
with:
|
with:
|
||||||
stringToTruncate: |
|
stringToTruncate: |
|
||||||
📣 Zed ${{ github.event.release.tag_name }} was just released!
|
📣 Zed [${{ github.event.release.tag_name }}](${{ steps.get-release-url.outputs.URL }}) was just released!
|
||||||
|
|
||||||
Restart your Zed or head to ${{ steps.get-release-url.outputs.URL }} to grab it.
|
|
||||||
|
|
||||||
${{ github.event.release.body }}
|
${{ github.event.release.body }}
|
||||||
maxLength: 2000
|
maxLength: 2000
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue