Skip to content

Commit 67cb0a2

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 4c397d5 commit 67cb0a2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ jobs:
5555
BODY_SAFE=$(printf '%s' "$INPUT_BODY" | \
5656
sed 's/[_*[\]()~`>#+=|{}.!\\-]/\\&/g')
5757
TAG_SAFE=$(printf '%s' "$TAG" | sed 's/[_*[\]()~`>#+=|{}.!\\-]/\\&/g')
58-
URL_SAFE=$(printf '%s' "$URL" | sed 's/[_*[\]()~`>#+=|{}.!\\-]/\\&/g')
5958
6059
if [[ "$TAG" == *"-nightly"* ]]; then
6160
SUFFIX=" \\(Nightly Release\\)"

0 commit comments

Comments
 (0)