From 5aec9c8689604d38626c12cf2c3d0894af055ca5 Mon Sep 17 00:00:00 2001 From: Douglas Hill Date: Sat, 22 Dec 2018 20:22:40 +0800 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20automatically=20push=20tag?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Risk of people pulling an unwanted push. I use a different remote name anyway. --- dh-build-and-upload.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/dh-build-and-upload.sh b/dh-build-and-upload.sh index af4998d7..d8e6bafd 100755 --- a/dh-build-and-upload.sh +++ b/dh-build-and-upload.sh @@ -46,4 +46,3 @@ aws s3 cp "$EDITED_APPCAST_PATH" "s3://douglashill/$APPCAST_NAME" --acl public-r ##### Tag build git tag -f "dh$VERSION" -git push -f origin "dh$VERSION"