We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent add3327 commit 8436434Copy full SHA for 8436434
.github/workflows/library-release-notify.yaml
@@ -25,8 +25,9 @@ jobs:
25
to: notifications
26
type: stream
27
topic: ${{ github.event.repository.full_name }} releases
28
- content: >
+ content: "
29
[${{ github.event.release.name }}](${{ github.event.release.html_url }})
30
of
31
[${{ github.event.repository.full_name }}](${{ github.event.repository.html_url }})
32
- has been released!
+ has been released!\n\n
33
+ {{ github.event.release.body }}"
0 commit comments