Update build_push.yml

This commit is contained in:
almightyhak 2024-08-07 01:09:59 +07:00 committed by GitHub
parent fe8400573d
commit 35225e8cf0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -52,7 +52,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 }}
# This step is going to commit, but this will not trigger another workflow.
- name: Bump extensions that uses a modified lib