Update build_push.yml

This commit is contained in:
Dark25 2024-10-03 02:07:22 +01:00 committed by GitHub
parent 154bc9f5a2
commit 68ad861c70
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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