Updated release script
This commit is contained in:
parent
c4867ef7c7
commit
3a382f0d26
|
@ -42,7 +42,11 @@ if [ "$SHOULD_PUSH" != "y" ]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
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
|
git push
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
git tag $TAG
|
git tag $TAG
|
||||||
git push
|
git push
|
||||||
|
|
Loading…
Reference in New Issue
Block a user