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

Commit c84d3b8

Browse files
author
Kent C. Dodds
committed
fix(build): setting url properly
1 parent a859530 commit c84d3b8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

scripts/publish-latest.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
set -e # exit with non-zero exit code if there are failures
33

44
F_VERSION=$1
5+
6+
echo "setting global bot config"
7+
git config --global user.email [email protected]
8+
git config --global user.name formly-bot
9+
10+
echo "setting remote"
511
git remote set-url github https://formly-bot:${BOT_GH_TOKEN}@github.com/formly-js/angular-formly.git >/dev/null 2>/dev/null
612

713
echo "merging master"

0 commit comments

Comments
 (0)