chore: grep escape

This commit is contained in:
zhom
2026-03-24 04:08:36 +04:00
parent 7b1e966b73
commit 495a91a364
+1 -1
View File
@@ -261,7 +261,7 @@ jobs:
id: nightly-changelog
run: |
LAST_STABLE=$(git tag --sort=-version:refname \
| grep -E '^v[0-9]+\.[0-9]+\.[0-9]+$' \
| grep -E "^v[0-9]+\.[0-9]+\.[0-9]+\$" \
| head -n 1)
if [ -z "$LAST_STABLE" ]; then