Skip to content

Commit

Permalink
ci: another attempt to correctly identify the bot user
Browse files Browse the repository at this point in the history
  • Loading branch information
schottra committed Jun 29, 2020
1 parent 172369c commit 915bedc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.RELEASEBOT_TOKEN }}
GIT_AUTHOR_NAME: "service-github-lyft-semantic-release"
GIT_AUTHOR_EMAIL: ""
GIT_AUTHOR_EMAIL: "[email protected]"
GIT_COMMITTER_NAME: "service-github-lyft-semantic-release"
GIT_COMMITTER_EMAIL: ""
GIT_COMMITTER_EMAIL: "[email protected]"
run: npx semantic-release
check_for_tag:
name: Get Release Tag
Expand Down

0 comments on commit 915bedc

Please sign in to comment.