Skip to content

Commit

Permalink
other(CI): separate maven release job and docker build, fix jobs 5
Browse files Browse the repository at this point in the history
  • Loading branch information
mathias-vandaele committed Feb 12, 2025
1 parent c17f588 commit c4ba304
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/RELEASE.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,12 @@ jobs:
excludeTypes: build,docs,other,style,ci
excludeScopes: deps

- name: Configure git user
run: |
# https://github.com/actions/checkout/issues/13#issuecomment-724415212
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
- name: Commit and tag
run: |
git commit -am "ci: release version ${RELEASE_VERSION}"
Expand Down

0 comments on commit c4ba304

Please sign in to comment.