Skip to content

Commit 2dd5a7b

Browse files
committed
[BUGFIX] Fix repository split
1 parent d2ccf95 commit 2dd5a7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ jobs:
4747

4848
- name: Split and push
4949
run: |
50-
SPLIT_REF=$(git subtree -P ${{ matrix.package.path }} split)
51-
50+
SPLIT_REF=$(git subtree -P packages/${{ matrix.package.path }} split)
51+
5252
git push ${{ matrix.package.repository }} $SPLIT_REF:${{ github.event.ref }} -f

0 commit comments

Comments
 (0)