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

Commit adc6a66

Browse files
author
Kent C. Dodds
committed
fix(build): keep trying
1 parent b24bb6f commit adc6a66

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
@@ -19,7 +19,7 @@ echo "mergin master"
1919
git merge origin/master -m "master merge" -X theirs
2020

2121
echo "adding dist"
22-
git add dist
22+
git add dist package.json
2323

2424
echo "committing with $F_VERSION"
2525
git commit -m $F_VERSION --no-verify
@@ -28,7 +28,7 @@ echo "tagging with v$F_VERSION"
2828
git tag v${F_VERSION} -f
2929

3030
echo "pushing"
31-
git push origin latest --tags -f
31+
git push https://github.com/formly-js/angular-formly.git latest --tags -f
3232

3333
echo "done!"
3434

0 commit comments

Comments
 (0)