We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f2520d commit accfc4cCopy full SHA for accfc4c
1 file changed
.github/workflows/upm-dev.yml
@@ -13,6 +13,7 @@ jobs:
13
fetch-depth: 0
14
- name: split upm branch
15
run: |
16
+ git pull
17
git subtree split -P "$PKG_ROOT" -b upm-dev
18
git push -u origin upm-dev
19
env:
0 commit comments