Skip to content

Commit 6d3ae15

Browse files
authored
Fix Snapshots failing in Version Bump workflow (#8364)
cherry-pick (#8357)
1 parent 2154f72 commit 6d3ae15

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/version-bump.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ jobs:
4848
IC_VERSION: ${{ inputs.ic_version }}
4949
CHART_VERSION: ${{ inputs.helm_chart_version }}
5050

51+
- name: Update Snapshots
52+
run: |
53+
make test-update-snaps
54+
5155
- name: Create Pull Request
5256
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
5357
with:

0 commit comments

Comments
 (0)