Skip to content

Commit c526b9d

Browse files
committed
ci(nightly): force pushes to fix rejected nightly update
1 parent b532a12 commit c526b9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish-nightly.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ setup_git() {
77

88
update_nightly_branch() {
99
git remote add origin-nightly https://${GH_TOKEN}@github.com/ashblue/fluid-behavior-tree.git
10-
git subtree push --prefix Assets/FluidBehaviorTree origin-nightly nightly
10+
git push origin-nightly `git subtree split --prefix Assets/FluidBehaviorTree master`:nightly --force
1111
}
1212

1313
setup_git

0 commit comments

Comments
 (0)