Update build_push.yml
This commit is contained in:
parent
154bc9f5a2
commit
68ad861c70
1 changed files with 2 additions and 3 deletions
5
.github/workflows/build_push.yml
vendored
5
.github/workflows/build_push.yml
vendored
|
@ -47,12 +47,12 @@ 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.
|
# 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'
|
||||||
run: |
|
run: |
|
||||||
chmod +x ./.github/scripts/bump-versions.py ${{ steps.modified-libs.outputs.all_changed_files }}
|
./.github/scripts/bump-versions.py ${{ steps.modified-libs.outputs.all_changed_files }}
|
||||||
|
|
||||||
- name: Validate Gradle Wrapper
|
- name: Validate Gradle Wrapper
|
||||||
uses: gradle/wrapper-validation-action@a494d935f4b56874c4a5a87d19af7afcf3a163d0 # v2
|
uses: gradle/wrapper-validation-action@a494d935f4b56874c4a5a87d19af7afcf3a163d0 # v2
|
||||||
|
@ -174,4 +174,3 @@ jobs:
|
||||||
cwd: "./repo"
|
cwd: "./repo"
|
||||||
committer_name: Kohi-den-Bot
|
committer_name: Kohi-den-Bot
|
||||||
committer_email: 177773202+Kohi-den-Bot@users.noreply.github.com
|
committer_email: 177773202+Kohi-den-Bot@users.noreply.github.com
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue