We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4413d51 commit b1ae62dCopy full SHA for b1ae62d
publish-nightly.sh
@@ -12,7 +12,7 @@ commit_files() {
12
13
update_nightly_branch() {
14
git remote add origin-nightly https://${GH_TOKEN}@github.com/ashblue/fluid-behavior-tree.git
15
- git subtree push --prefix dist origin-nightly nightly
+ git subtree push --prefix dist origin-nightly nightly -f
16
}
17
18
setup_git
0 commit comments