Skip to content

Commit

Permalink
chore: configure git committer to allow release commits
Browse files Browse the repository at this point in the history
  • Loading branch information
kettanaito committed Mar 11, 2022
1 parent 1294f34 commit 449631d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,7 @@ jobs:
- name: Publish
run: yarn release
env:
GIT_COMMITTER_NAME: kettanaito
GIT_COMMITTER_EMAIL: kettanaito@gmail.com
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 449631d

Please sign in to comment.