From 017743dc23a0a83daac0645cec0e20b9f50becd6 Mon Sep 17 00:00:00 2001 From: jaguililla Date: Thu, 29 Aug 2024 19:10:02 +0200 Subject: [PATCH] Fix :GitLab :release :CI --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a56b52e..df6f67e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,7 +48,7 @@ jobs: ./mvnw -D image.registry=ghcr.io/jaguililla/hexagonal_spring -D spring-boot.build-image.publish=true -B deploy - git config user.name "${GITHUB_ACTOR}" + git config --global user.name "${GITHUB_ACTOR}" git tag -m "Release ${POM_VERSION}" "${POM_VERSION}" git push --tags - name: Publish Client