Skip to content
This repository was archived by the owner on Apr 30, 2018. It is now read-only.

Commit e2577f4

Browse files
author
Kent C. Dodds
committed
fix(build): I hope nobody's watching... 😓 #455
1 parent f53f20a commit e2577f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎scripts/publish-latest.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ git remote set-url origin https://formly-bot:[email protected]/formly-js/
1212

1313
echo "checking out latest"
1414
git remote update
15-
git fetch
16-
git checkout -t -b latest origin/latest
15+
git fetch origin
16+
git checkout --track origin/latest
1717

1818
echo "merging master"
1919
git merge origin/master -m "master merge" -X theirs

0 commit comments

Comments
 (0)