fix: Use pipeline starter as tag author
This commit is contained in:
parent
6cc4f53b66
commit
b106201a9e
1 changed files with 4 additions and 0 deletions
|
@ -64,6 +64,10 @@ deploy_to_tags:
|
|||
paths:
|
||||
- node_modules/
|
||||
script:
|
||||
- export GIT_AUTHOR_NAME=$GITLAB_USER_NAME
|
||||
- export GIT_AUTHOR_EMAIL=$GITLAB_USER_EMAIL
|
||||
- export GIT_COMMITTER_NAME=$GITLAB_USER_NAME
|
||||
- export GIT_COMMITTER_EMAIL=$GITLAB_USER_EMAIL
|
||||
- npm install
|
||||
- npx semantic-release --repository-url=$CI_REPOSITORY_URL
|
||||
- script/generate-build-version
|
||||
|
|
Loading…
Reference in a new issue