-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
expiry tabs visibility is dynamacilly controlled by platforms
- Loading branch information
Showing
12 changed files
with
62 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ on: | |
|
||
env: | ||
GITHUB_TOKEN: ${{ secrets.BOT }} | ||
CORE_VERSION: "^2.1.4" | ||
CORE_VERSION: "^2.1.6" | ||
|
||
jobs: | ||
packages_split: | ||
|
@@ -40,13 +40,13 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
|
||
# Search and replace "moox/core": "*" with "moox/core": "^2.1.4" in composer.json | ||
# Search and replace "moox/core": "*" with "moox/core": "^2.1.6" in composer.json | ||
- name: Replace core version in composer.json | ||
working-directory: packages/${{ matrix.package }} | ||
run: | | ||
if [ -f composer.json ]; then | ||
echo "Updating moox/core version in ${{ matrix.package }}" | ||
sed -i 's/"moox\/core": "\*"/"moox\/core": "^2.1.4"/g' composer.json | ||
sed -i 's/"moox\/core": "\*"/"moox\/core": "^2.1.6"/g' composer.json | ||
fi | ||
# Commit the updated composer.json (if there was a change) | ||
|
@@ -57,7 +57,7 @@ jobs: | |
git config --global user.name "mooxbot" | ||
git config --global user.email "[email protected]" | ||
git add composer.json | ||
git commit -m "Update moox/core dependency to ^^2.1.4" || echo "No changes to commit" | ||
git commit -m "Update moox/core dependency to ^^2.1.6" || echo "No changes to commit" | ||
fi | ||
- if: "!startsWith(github.ref, 'refs/tags/')" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.