Skip to content

Commit

Permalink
Merge pull request #26 from jaguililla/develop
Browse files Browse the repository at this point in the history
Fix :GitLab :release :CI
  • Loading branch information
jaguililla authored Aug 29, 2024
2 parents 6dbcab4 + 017743d commit cf41ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cf41ada

Please sign in to comment.