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)