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

This commit is contained in:
Kevin Yu
2025-02-05 13:29:18 -06:00
committed by GitHub
parent 33b11d5c76
commit b7b2e2bbaa
+1 -1
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