Verified Commit e7102645 authored by Florian Forster's avatar Florian Forster
Browse files

fix(semantic-release): Check whether `$SEMANTIC_RELEASE_GITLAB_TOKEN` is set.

The previous check, `$SEMANTIC_RELEASE_GITLAB_TOKEN != ""` appears to be
interpreted as "not defined or not empty" (i.e. the inversion of "defined and
empty"), which returns `true` if the variable is not defined. That is not the
intention here.

Issue: #15
parent 07841add
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment