Skip to content

Commit a4e06e5

Browse files
author
Luke Bakken
committed
Remove requirement for publish to be from master branch
1 parent b3b3955 commit a4e06e5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

build/publish

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -168,11 +168,6 @@ fi
168168

169169
declare -r current_branch="$(git rev-parse --abbrev-ref HEAD)"
170170

171-
if [[ $debug == 'false' && $is_prerelease == 'false' && $current_branch != 'master' ]]
172-
then
173-
errexit 'publish must be run on master branch'
174-
fi
175-
176171
declare -r github_api_key_file="$HOME/.ghapi"
177172
if [[ ! -s $github_api_key_file ]]
178173
then

0 commit comments

Comments
 (0)