Skip to content

Commit

Permalink
Fix :GitLab :release :CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jaguililla committed Aug 29, 2024
1 parent dddeff2 commit e2aed22
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ jobs:
./mvnw -D image.registry=ghcr.io/jaguililla/hexagonal_spring -D spring-boot.build-image.publish=true -B deploy
git config --global user.name "${GIT_USERNAME}"
git config --global user.email "${GIT_USERNAME}@github.com"
git config user.name "${GITHUB_ACTOR}"
git tag -m "Release ${POM_VERSION}" "${POM_VERSION}"
git push --tags
- name: Publish Client
Expand Down
1 change: 0 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,3 @@ release:
release:
tag_name: ${POM_VERSION}
description: Release ${POM_VERSION}
ref: ${POM_VERSION}

0 comments on commit e2aed22

Please sign in to comment.