Loading project-automation/semantic-release.yml +3 −2 Original line number Diff line number Diff line Loading @@ -56,8 +56,9 @@ semantic-release: - export GIT_AUTHOR_EMAIL="$(curl -s -X GET -H "PRIVATE-TOKEN:$GL_TOKEN" "${CI_API_V4_URL}/user" | jq -r '.email')" - export GIT_COMMITTER_EMAIL="${GIT_AUTHOR_EMAIL}" - semantic-release --version - semantic-release ${SEMANTIC_RELEASE_EXTRA_ARGS} dependencies: - tbump artifacts: paths: - .releaserc Loading Loading
project-automation/semantic-release.yml +3 −2 Original line number Diff line number Diff line Loading @@ -56,8 +56,9 @@ semantic-release: - export GIT_AUTHOR_EMAIL="$(curl -s -X GET -H "PRIVATE-TOKEN:$GL_TOKEN" "${CI_API_V4_URL}/user" | jq -r '.email')" - export GIT_COMMITTER_EMAIL="${GIT_AUTHOR_EMAIL}" - semantic-release --version - semantic-release ${SEMANTIC_RELEASE_EXTRA_ARGS} dependencies: - tbump artifacts: paths: - .releaserc Loading