From 68ad861c703ec442ff4e3ba82185bb22d6ced062 Mon Sep 17 00:00:00 2001 From: Dark25 Date: Thu, 3 Oct 2024 02:07:22 +0100 Subject: [PATCH] Update build_push.yml --- .github/workflows/build_push.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_push.yml b/.github/workflows/build_push.yml index b8143aa9..f39bc75d 100644 --- a/.github/workflows/build_push.yml +++ b/.github/workflows/build_push.yml @@ -47,12 +47,12 @@ jobs: passphrase: ${{ secrets.GPG_PASSPHRASE }} git_user_signingkey: 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: | - 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 uses: gradle/wrapper-validation-action@a494d935f4b56874c4a5a87d19af7afcf3a163d0 # v2 @@ -174,4 +174,3 @@ jobs: cwd: "./repo" committer_name: Kohi-den-Bot committer_email: 177773202+Kohi-den-Bot@users.noreply.github.com -