Skip to content

Commit 4c8e6ea

Browse files
authoredMay 23, 2024··
Merge pull request #105 from andreaswolf/issue-104
[BUGFIX] Fix repository split
2 parents d2ccf95 + 2dd5a7b commit 4c8e6ea

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)
Please sign in to comment.