Update .github/workflows/build_push.yml
This commit is contained in:
parent
e2f32478fc
commit
a4be7ee304
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build_push.yml
vendored
2
.github/workflows/build_push.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue