Skip to content

Commit c5828d6

Browse files
Update .github/workflows/community-release-notifier.yml
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
1 parent 5837e13 commit c5828d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/community-release-notifier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
# Escape problematic characters for MarkdownV2 (very conservative escaping)
5050
# We escape: _ * [ ] ( ) ~ ` > # + - = | { } . ! \
5151
BODY_SAFE=$(printf '%s' "$INPUT_BODY" | \
52-
sed 's/[_*[\]()~`>#+-=|{}.!\\]/\\&/g')
52+
sed 's/[_*[\]()~`>#+=|{}.!\\-]/\\&/g')
5353
TAG_SAFE=$(printf '%s' "$TAG" | sed 's/[_*[\]()~`>#+=|{}.!\\-]/\\&/g')
5454
URL_SAFE=$(printf '%s' "$URL" | sed 's/[_*[\]()~`>#+=|{}.!\\-]/\\&/g')
5555

0 commit comments

Comments
 (0)