From 6180c5bd2d65ea812de7b9d6ee85fd2a7183c06a Mon Sep 17 00:00:00 2001 From: Robert Prehn <3952444+prehnRA@users.noreply.github.com> Date: Fri, 18 Jun 2021 20:38:24 -0500 Subject: [PATCH] fix: Try to force semantic release to release to master please --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9b39a305..c81a2714 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -73,10 +73,9 @@ deploy_to_tags: - export GIT_BRANCH=$CI_COMMIT_REF_NAME - git config user.email $GITLAB_USER_EMAIL - git config user.name $GITLAB_USER_NAME - - git checkout $CI_COMMIT_REF_NAME - npm install --no-save - git status - - npx semantic-release --repository-url=$CI_REPOSITORY_URL + - npx semantic-release --repository-url=$CI_REPOSITORY_URL --branches master - script/generate-build-version artifacts: reports: