diff --git a/bin/make-release.sh b/bin/make-release.sh index 64255242c..bcb478033 100755 --- a/bin/make-release.sh +++ b/bin/make-release.sh @@ -215,7 +215,9 @@ build() { release() { mkdir -p polymer-$VERSION pushd polymer-$VERSION >/dev/null - pull + if $PULL; then + pull + fi if $PUSHTAGS; then push_tags else