Skip to content

Commit

Permalink
Update version.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
osminogin authored Oct 11, 2024
1 parent b6251a6 commit 5994f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:

- name: Check remote version with local
run: |
grep -A 3 -i version package_data.html | sed -E 's#.*>([^-]+).*</a>#\1#g' | tail -1 | grep -q $(cat VERSION)
grep -A 3 -i version package_data.html | sed -E 's#.*>([^>-]+).*</strong></a>#\1#g' | tail -1 | grep -q $(cat VERSION)

0 comments on commit 5994f1d

Please sign in to comment.