Skip to content

Commit

Permalink
[FIX] Monorepo split action
Browse files Browse the repository at this point in the history
  • Loading branch information
jdamner committed May 22, 2024
1 parent ec6430b commit 903f24a
Showing 1 changed file with 2 additions and 2 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

0 comments on commit 903f24a

Please sign in to comment.