Skip to content

Commit

Permalink
fix: add git committer name and email to release job (#443)
Browse files Browse the repository at this point in the history
* fix: merge workflows into one, add git env variables for semantic release

* fix: revert merging workflows

* fix: add committer name and email for release job
  • Loading branch information
KimFFVII authored Sep 6, 2024
1 parent a2fc73e commit 66733b7
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 @@ -24,3 +24,5 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GIT_AUTHOR_NAME: tkit-dev
GIT_AUTHOR_EMAIL: [email protected]
GIT_COMMITTER_NAME: tkit-dev
GIT_COMMITTER_EMAIL: [email protected]

0 comments on commit 66733b7

Please sign in to comment.