diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9bec5d6..71d2d35 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,13 +30,10 @@ test: release: stage: release - variables: - GH_TOKEN: $GH_TOKEN - NPM_TOKEN: $NPM_TOKEN script: - yarn install --pure-lockfile - yarn build - - GH_TOKEN=$GH_TOKEN NPM_TOKEN=$NPM_TOKEN yarn semantic-release + - yarn semantic-release only: - master