forked from AlmightyHak/extensions-source
Update build_push.yml
This commit is contained in:
parent
cc963b11ec
commit
1a710716bc
1 changed files with 1 additions and 7 deletions
8
.github/workflows/build_push.yml
vendored
8
.github/workflows/build_push.yml
vendored
|
@ -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'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue