Update build_push.yml

This commit is contained in:
Hak 2024-08-09 21:15:55 +07:00 committed by GitHub
parent cc963b11ec
commit 1a710716bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -47,13 +47,7 @@ jobs:
passphrase: ${{ secrets.GPG_PASSPHRASE }} passphrase: ${{ secrets.GPG_PASSPHRASE }}
git_user_signingkey: true git_user_signingkey: true
git_commit_gpgsign: true git_commit_gpgsign: true
# This step is going to commit, but this will not trigger another workflow.
- 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 }}
# This step is going to commit, but this will not trigger another workflow. # This step is going to commit, but this will not trigger another workflow.
- name: Bump extensions that uses a modified lib - name: Bump extensions that uses a modified lib
if: steps.modified-libs.outputs.any_changed == 'true' if: steps.modified-libs.outputs.any_changed == 'true'