Update .github/workflows/build_push.yml
Some checks failed
CI / Build individual modules (push) Has been cancelled
CI / Publish repo (push) Has been cancelled
CI / Prepare job (push) Has been cancelled

This commit is contained in:
AlmightyHak 2025-06-19 13:30:59 -05:00
parent e2f32478fc
commit a4be7ee304

View file

@ -44,7 +44,7 @@ jobs:
- name: Bump extensions that uses a modified lib
if: steps.modified-libs.outputs.any_changed == 'true'
run: |
./.github/scripts/bump-versions.py ${{ steps.modified-libs.outputs.all_changed_files }}
chmod +x ./.github/scripts/bump-versions.py ${{ steps.modified-libs.outputs.all_changed_files }}
- name: Get number of modules
run: |