File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 77
88env :
99 GITHUB_TOKEN : ${{ secrets.BOT }}
10- CORE_VERSION : " ^3.1.2 "
10+ CORE_VERSION : " ^3.1.3 "
1111
1212jobs :
1313 packages_split :
@@ -84,13 +84,13 @@ jobs:
8484 steps :
8585 - uses : actions/checkout@v4
8686
87- # Search and replace "moox/core": "*" with "moox/core": "^3.1.2 " in composer.json
87+ # Search and replace "moox/core": "*" with "moox/core": "^3.1.3 " in composer.json
8888 - name : Replace core version in composer.json
8989 working-directory : packages/${{ matrix.package }}
9090 run : |
9191 if [ -f composer.json ]; then
9292 echo "Updating moox/core version in ${{ matrix.package }}"
93- sed -i 's/"moox\/core": "\*"/"moox\/core": "^3.1.2 "/g' composer.json
93+ sed -i 's/"moox\/core": "\*"/"moox\/core": "^3.1.3 "/g' composer.json
9494 fi
9595
9696 # Commit the updated composer.json (if there was a change)
@@ -101,7 +101,7 @@ jobs:
101101 git config --global user.name "mooxbot"
102102 git config --global user.email "[email protected] " 103103 git add composer.json
104- git commit -m "Update moox/core dependency to ^3.1.2 " || echo "No changes to commit"
104+ git commit -m "Update moox/core dependency to ^3.1.3 " || echo "No changes to commit"
105105 fi
106106
107107 - if : ${{ !startsWith(github.ref, 'refs/tags/') }}
You can’t perform that action at this time.
0 commit comments