Skip to content

Commit aea1b99

Browse files
committed
New split workflow script
1 parent 29198db commit aea1b99

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/split.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ jobs:
6666
fi
6767
6868
# ► push branch + tag
69-
- uses: symplify/monorepo-split-github-action@v2
69+
- name: Split Monorepo
70+
uses: "danharrin/monorepo-split-github-action@v2.3.0"
7071
with:
7172
tag: ${{ github.ref_name }} # e.g. v1.2.3
7273
package_directory: ${{ matrix.package.local }}

0 commit comments

Comments
 (0)