Skip to content

Commit 3c783f6

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 9051f44 commit 3c783f6

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
@@ -57,7 +57,6 @@ jobs:
5757
TAG_SAFE=$(printf '%s' "$TAG" | sed 's/[_*[\]()~`>#+=|{}.!\\-]/\\&/g')
5858
URL_SAFE=$(printf '%s' "$URL" | sed 's/[_*[\]()~`>#+=|{}.!\\-]/\\&/g')
5959
60-
if [[ "$TAG" == *"-nightly"* ]]; then
6160
if [[ "$TAG" == *"-nightly"* ]]; then
6261
SUFFIX=" \\(Nightly Release\\)"
6362
else

0 commit comments

Comments
 (0)