script/release in cloudcannon-jekyll-1.0.0 vs script/release in cloudcannon-jekyll-1.0.1
- old
+ new
@@ -31,7 +31,9 @@
exit 1
}
# Push tag and upload new gem
-gem push cloudcannon-jekyll-*.gem && git tag "$tag" &&
- git push origin master && git push origin "$tag"
\ No newline at end of file
+git tag "$tag" &&
+ git push origin master &&
+ git push origin "$tag" &&
+ gem push cloudcannon-jekyll-*.gem