CI: Commit package.json changes in e2e/test-plugins when bumping versions (#97506)

This commit is contained in:
Kevin Yu 2025-02-05 11:29:18 -08:00 committed by GitHub
parent 33b11d5c76
commit b7b2e2bbaa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -143,7 +143,7 @@ jobs:
- name: Add package.json changes
run: |
git add package.json lerna.json yarn.lock packages public
git add package.json lerna.json yarn.lock packages public e2e/test-plugins
git commit -m "Update version to ${{ inputs.version }}"
- name: Git push