From 3a382f0d260d845cc55f440b8e28a0b00bb48d70 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Fri, 24 May 2013 13:12:45 -0700 Subject: [PATCH] Updated release script --- bin/release.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/release.sh b/bin/release.sh index 6ee35f7..8221209 100755 --- a/bin/release.sh +++ b/bin/release.sh @@ -42,7 +42,11 @@ if [ "$SHOULD_PUSH" != "y" ]; then exit 1 fi +# If we don't push directly to github, the page doesn't get built for some +# reason. +git push git@github.com:maxmind/GeoIP2-php.git git push + cd .. git tag $TAG git push