fix: Use pipeline starter as tag author

This commit is contained in:
Robert Prehn 2021-05-14 17:29:31 -05:00
parent 6cc4f53b66
commit b106201a9e

View file

@ -64,6 +64,10 @@ deploy_to_tags:
paths: paths:
- node_modules/ - node_modules/
script: 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 - npm install
- npx semantic-release --repository-url=$CI_REPOSITORY_URL - npx semantic-release --repository-url=$CI_REPOSITORY_URL
- script/generate-build-version - script/generate-build-version