fix: Make semantic release get repo info from CI
This commit is contained in:
parent
d7a92a2b7a
commit
78509643c6
2 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ deploy_to_tags:
|
|||
- master
|
||||
script:
|
||||
- npm install
|
||||
- npx semantic-release
|
||||
- npx semantic-release --repository-url=$CI_REPOSITORY_URL
|
||||
- script/generate-build-version
|
||||
artifacts:
|
||||
reports:
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
"publish": [
|
||||
{
|
||||
"path": "semantic-release-docker",
|
||||
"name": "registry.gitlab.com/mythic-insight/legendary"
|
||||
"name": "${$CI_REGISTRY_IMAGE:-registry.gitlab.com/mythic-insight/legendary}"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue