From 2944dff3e222875e829a15f11cfaa2db655d9609 Mon Sep 17 00:00:00 2001 From: Evan Richardson Date: Sun, 3 Dec 2023 04:27:41 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b9b0f5a..1b0a74b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -43,7 +43,8 @@ release: script: - touch CHANGELOG.md - apk add --no-cache git - - git config -l + - git config user.email "ci-bot@evanshome.io" + - git config user.name "ci-bot" - npm install @semantic-release/gitlab@12.1.1 @semantic-release/changelog@6.0.3 @semantic-release/git@10.0.1 conventional-changelog-eslint@5.0.0 - npx semantic-release