We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 797c2bb commit f3ae414Copy full SHA for f3ae414
.github/workflows/releases.yml
@@ -57,6 +57,9 @@ jobs:
57
script: |
58
core.setFailed('Workflow failed. Release version does not match with selected target branch. Did you select the correct branch?')
59
60
+ - name: Sync any changes to Illuminate components
61
+ run: ./bin/split.sh
62
+
63
- name: Update Application.php version
64
run: sed -i "s/const VERSION = '.*';/const VERSION = '${{ steps.version.outputs.version }}';/g" src/Illuminate/Foundation/Application.php
65
0 commit comments