Skip to content

Commit

Permalink
[FIX] Misc Fixes for Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jdamner committed May 22, 2024
1 parent ec6430b commit 1e25220
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4,097 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
# no tag
- name: Split Monorepo
if: "!startsWith(github.ref, 'refs/tags/')"
uses: "danharrin/monorepo-split-github-action@2.3"
uses: "symplify/monorepo-split-github-action@2.3"
with:
package_directory: "packages/${{ matrix.packages.local_path }}"
repository_organization: "boxuk"
Expand All @@ -51,7 +51,7 @@ jobs:
# with tag
- name: Split Monorepo with Tag
if: "startsWith(github.ref, 'refs/tags/')"
uses: "danharrin/monorepo-split-github-action@2.3"
uses: "symplify/monorepo-split-github-action@2.3"
with:
tag: ${GITHUB_REF#refs/tags/}
package_directory: "packages/${{ matrix.packages.local_path }}"
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ node_modules
/.phpcs-cache
/.phpunit.result.cache
/packages/**/build
.turbo
.turbo
/composer.lock
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}
],
"require": {
"symfony/validator": "^7.0"
"symfony/validator": "^7.0 || ^6.0"
},
"scripts": {
"phpunit": "phpunit",
Expand Down
Loading

0 comments on commit 1e25220

Please sign in to comment.