Skip to content

Commit

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

0 comments on commit 172369c

Please sign in to comment.