Skip to content

Commit

Permalink
Use proper email for commits and tags in GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
Frizlab committed Feb 23, 2024
1 parent 45eb5dc commit a1adac5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ env:
DEVELOPER_DIR: "/Applications/Xcode_15.2.app/Contents/Developer"
# FYI diff between author and committer: <https://stackoverflow.com/a/18754896>.
# For commits
GIT_AUTHOR_EMAIL: "github@happn.com"
GIT_AUTHOR_EMAIL: "github@frostland.fr"
GIT_AUTHOR_NAME: "GitHub Runner (eXtenderZ)"
# For tags
GIT_COMMITTER_EMAIL: "github@happn.com"
GIT_COMMITTER_EMAIL: "github@frostland.fr"
GIT_COMMITTER_NAME: "GitHub Runner (eXtenderZ)"

jobs:
Expand Down

0 comments on commit a1adac5

Please sign in to comment.