Skip to content

Commit bf38569

Browse files
authored
Update monorepo-split-packages.yml
1 parent 89c2487 commit bf38569

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/monorepo-split-packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ jobs:
4242
steps:
4343
- uses: actions/checkout@v4
4444

45-
# Search and replace "moox/core": "*" with "moox/core": "^2.2.0" in composer.json
45+
# Search and replace "moox/core": "*" with "moox/core": "^3.0.0" in composer.json
4646
- name: Replace core version in composer.json
4747
working-directory: packages/${{ matrix.package }}
4848
run: |
4949
if [ -f composer.json ]; then
5050
echo "Updating moox/core version in ${{ matrix.package }}"
51-
sed -i 's/"moox\/core": "\*"/"moox\/core": "^2.2.0"/g' composer.json
51+
sed -i 's/"moox\/core": "\*"/"moox\/core": "^3.0.0"/g' composer.json
5252
fi
5353
5454
# Commit the updated composer.json (if there was a change)

0 commit comments

Comments
 (0)