Loading .gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ publish: - if: $CI_PIPELINE_SOURCE != "merge_request_event" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH before_script: - corepack enable && corepack prepare - yarn config set npmScopes.sc07.npmRegistryServer "https://sc07.dev/api/v4/projects/78/packages/npm/" - yarn config set npmScopes.sc07.npmAuthToken "${CI_JOB_TOKEN}" - yarn script: Loading Loading
.gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ publish: - if: $CI_PIPELINE_SOURCE != "merge_request_event" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH before_script: - corepack enable && corepack prepare - yarn config set npmScopes.sc07.npmRegistryServer "https://sc07.dev/api/v4/projects/78/packages/npm/" - yarn config set npmScopes.sc07.npmAuthToken "${CI_JOB_TOKEN}" - yarn script: Loading