We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2ccf95 commit 2dd5a7bCopy full SHA for 2dd5a7b
.github/workflows/publish.yml
@@ -47,6 +47,6 @@ jobs:
47
48
- name: Split and push
49
run: |
50
- SPLIT_REF=$(git subtree -P ${{ matrix.package.path }} split)
51
-
+ SPLIT_REF=$(git subtree -P packages/${{ matrix.package.path }} split)
+
52
git push ${{ matrix.package.repository }} $SPLIT_REF:${{ github.event.ref }} -f
0 commit comments