Skip to content

Commit 18336c9

Browse files
committed
ci(nightly): fix attempt via force
1 parent 1b12275 commit 18336c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

publish-nightly.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ setup_git() {
88
update_nightly_branch() {
99
printf "Run nightly update \n"
1010
git remote add origin-nightly https://${GH_TOKEN}@github.com/ashblue/fluid-behavior-tree.git
11-
git subtree push --prefix Assets/FluidBehaviorTree origin-nightly nightly --force
11+
git subtree split --prefix Assets/FluidBehaviorTree -b nightly
12+
git push -f origin-nightly nightly:nightly
1213
}
1314

1415
setup_git

0 commit comments

Comments
 (0)