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

Commit f53f20a

Browse files
author
Kent C. Dodds
committed
fix(build): Please work 🙏 #455
1 parent 3cc8188 commit f53f20a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎scripts/publish-latest.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ echo "setting remote"
1111
git remote set-url origin https://formly-bot:$BOT_GH_TOKEN@github.com/formly-js/angular-formly.git >/dev/null 2>/dev/null
1212

1313
echo "checking out latest"
14+
git remote update
15+
git fetch
1416
git checkout -t -b latest origin/latest
1517

1618
echo "merging master"

0 commit comments

Comments
 (0)