Commit 0314cf35 authored by ahocevar's avatar ahocevar
Browse files

Allow to push the tag

parent 8294b080
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ git add bower.json
git add component.json
git commit -m build
git tag $1
git push git@github.com:proj4js/proj4js.git $1
git push --tags git@github.com:proj4js/proj4js.git $1
npm publish
jam publish
git checkout master