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 7f5c15f commit 9d21158Copy full SHA for 9d21158
.github/workflows/releases.yml
@@ -57,9 +57,6 @@ 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