Updated release script

This commit is contained in:
Gregory Oschwald 2013-05-24 13:12:45 -07:00
parent c4867ef7c7
commit 3a382f0d26

View File

@ -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