We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3b3955 commit a4e06e5Copy full SHA for a4e06e5
build/publish
@@ -168,11 +168,6 @@ fi
168
169
declare -r current_branch="$(git rev-parse --abbrev-ref HEAD)"
170
171
-if [[ $debug == 'false' && $is_prerelease == 'false' && $current_branch != 'master' ]]
172
-then
173
- errexit 'publish must be run on master branch'
174
-fi
175
-
176
declare -r github_api_key_file="$HOME/.ghapi"
177
if [[ ! -s $github_api_key_file ]]
178
then
0 commit comments