mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
CI: Commit package.json changes in e2e/test-plugins when bumping versions (#97506)
This commit is contained in:
parent
33b11d5c76
commit
b7b2e2bbaa
2
.github/workflows/release-pr.yml
vendored
2
.github/workflows/release-pr.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user