fix: Try to force semantic release to release to master please

This commit is contained in:
Robert Prehn 2021-06-18 20:38:24 -05:00
parent 74622e7670
commit 6180c5bd2d

View file

@ -73,10 +73,9 @@ deploy_to_tags:
- export GIT_BRANCH=$CI_COMMIT_REF_NAME - export GIT_BRANCH=$CI_COMMIT_REF_NAME
- git config user.email $GITLAB_USER_EMAIL - git config user.email $GITLAB_USER_EMAIL
- git config user.name $GITLAB_USER_NAME - git config user.name $GITLAB_USER_NAME
- git checkout $CI_COMMIT_REF_NAME
- npm install --no-save - npm install --no-save
- git status - git status
- npx semantic-release --repository-url=$CI_REPOSITORY_URL - npx semantic-release --repository-url=$CI_REPOSITORY_URL --branches master
- script/generate-build-version - script/generate-build-version
artifacts: artifacts:
reports: reports: