Skip to content

Commit

Permalink
fix: us git config in release
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoehnelt committed Oct 2, 2020
1 parent 50c89a1 commit ace3451
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 314 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,13 @@ jobs:
"@semantic-release/commit-analyzer"
"@semantic-release/changelog"
"@semantic-release/release-notes-generator"
"@semantic-release/npm
"@semantic-release/git
"@semantic-release/github
"@semantic-release/npm
env:
GH_TOKEN: ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }}
NPM_TOKEN: ${{ secrets.NPM_WOMBAT_TOKEN }}
GIT_AUTHOR_NAME: googlemaps-bot
GIT_AUTHOR_EMAIL: [email protected]
GIT_COMMITTER_NAME: googlemaps-bot
GIT_COMMITTER_EMAIL: [email protected]
5 changes: 3 additions & 2 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ branches:
- master
plugins:
- "@semantic-release/commit-analyzer"
- "@semantic-release/changelog"
- "@semantic-release/release-notes-generator"
- "@semantic-release/npm"
- "@semantic-release/github"
- "@semantic-release/git"
- "@semantic-release/github"
options:
debug: true
Loading

0 comments on commit ace3451

Please sign in to comment.