diff --git a/build/publish b/build/publish index 39b5ef6a..13268ac3 100755 --- a/build/publish +++ b/build/publish @@ -168,11 +168,6 @@ fi declare -r current_branch="$(git rev-parse --abbrev-ref HEAD)" -if [[ $debug == 'false' && $is_prerelease == 'false' && $current_branch != 'master' ]] -then - errexit 'publish must be run on master branch' -fi - declare -r github_api_key_file="$HOME/.ghapi" if [[ ! -s $github_api_key_file ]] then