Skip to content

Commit

Permalink
Don’t automatically push tag
Browse files Browse the repository at this point in the history
Risk of people pulling an unwanted push.

I use a different remote name anyway.
  • Loading branch information
douglashill committed Dec 22, 2018
1 parent fdf2977 commit 5aec9c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dh-build-and-upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 5aec9c8

Please sign in to comment.