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

Commit b286dce

Browse files
author
Kent C. Dodds
committed
fix(build): Read something about this on the internet...
1 parent 0dcf8a5 commit b286dce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/publish-latest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ echo "tagging with v$F_VERSION"
2323
git tag v${F_VERSION} -f
2424

2525
echo "pushing"
26-
git push origin latest --tags -f
26+
git push origin HEAD:latest --tags -f
2727

2828
echo "done!"
2929

0 commit comments

Comments
 (0)