From 5994f1d2a82f6f85d10dca808095e688fb8e7455 Mon Sep 17 00:00:00 2001 From: Vladimir Osintsev <102770+osminogin@users.noreply.github.com> Date: Fri, 11 Oct 2024 09:36:12 +0300 Subject: [PATCH] Update version.yml --- .github/workflows/version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index 1ced080..7a28eb4 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -21,4 +21,4 @@ jobs: - name: Check remote version with local run: | - grep -A 3 -i version package_data.html | sed -E 's#.*>([^-]+).*#\1#g' | tail -1 | grep -q $(cat VERSION) + grep -A 3 -i version package_data.html | sed -E 's#.*>([^>-]+).*#\1#g' | tail -1 | grep -q $(cat VERSION)