Skip to content

Commit

Permalink
Merge branch 'master' into prerelease_add
Browse files Browse the repository at this point in the history
  • Loading branch information
hkadayam authored Mar 8, 2024
2 parents fe7b816 + 82e6f60 commit 45748c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/version_change_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:

- name: Check if file is modified
run: |
if [[ $(git diff --name-only ${{ github.base_ref }}..${{ github.sha }}) == *conanfile.py* ]]; then
if git diff --unified=0 ${{ github.base_ref }}..${{ github.sha }} *conanfile.py* | grep -q "^+.*version"; then
echo "Version is updated with this PR, OK"
else
Expand Down

0 comments on commit 45748c7

Please sign in to comment.