Skip to content

Commit 503d16a

Browse files
committed
Fix syntax in .github/workflows/library-release-notify.yaml.
1 parent 8436434 commit 503d16a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/library-release-notify.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
of
3131
[${{ github.event.repository.full_name }}](${{ github.event.repository.html_url }})
3232
has been released!\n\n
33-
{{ github.event.release.body }}"
33+
${{ github.event.release.body }}"

0 commit comments

Comments
 (0)