Skip to content

Commit

Permalink
Add identification to config
Browse files Browse the repository at this point in the history
  • Loading branch information
yoannmoinet committed Feb 19, 2025
1 parent 74d291b commit ea31fb8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/bump.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
GIT_COMMITTER_NAME="dd-infra-bot",
GIT_AUTHOR_EMAIL="[email protected]",
GIT_COMMITTER_EMAIL="[email protected]",
git config --global user.email "$GIT_AUTHOR_EMAIL"
git config --global user.name "$GIT_AUTHOR_NAME"
- run: git commit -m "$TAG_NAME"
- run: git tag -a "$TAG_NAME" -m "$TAG_NAME"
- run: git push --follow-tags

0 comments on commit ea31fb8

Please sign in to comment.