fix: Try to force semantic release to release to master please
This commit is contained in:
parent
74622e7670
commit
6180c5bd2d
1 changed files with 1 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue