8000 Sync changes to Illuminate components before release (#55591) · laravel/framework@f3ae414 · GitHub
[go: up one dir, main page]

Skip to content

Commit f3ae414

Browse files
authored
Sync changes to Illuminate components before release (#55591)
1 parent 797c2bb commit f3ae414

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/releases.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ jobs:
5757
script: |
5858
core.setFailed('Workflow failed. Release version does not match with selected target branch. Did you select the correct branch?')
5959
60+
- name: Sync any changes to Illuminate components
61+
run: ./bin/split.sh
62+
6063
- name: Update Application.php version
6164
run: sed -i "s/const VERSION = '.*';/const VERSION = '${{ steps.version.outputs.version }}';/g" src/Illuminate/Foundation/Application.php
6265

0 commit comments

Comments
 (0)
0