Skip to content

Commit 63f5488

Browse files
committed
bump core to 3.1.3
1 parent 3795829 commit 63f5488

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
env:
99
GITHUB_TOKEN: ${{ secrets.BOT }}
10-
CORE_VERSION: "^3.1.2"
10+
CORE_VERSION: "^3.1.3"
1111

1212
jobs:
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/') }}

0 commit comments

Comments
 (0)