Merge pull request #284 from Kohi-den/Dark25-patch-1

Update build_push.yml
This commit is contained in:
Dark25 2024-10-03 03:09:34 +02:00 committed by GitHub
commit 57e54ca357
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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