Skip to content

Commit

Permalink
ci: add committer author to semantic-release (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
cvscarlos authored Sep 25, 2024
1 parent 3749b98 commit 3ef19f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GIT_AUTHOR_NAME: DEVan BOTomly
GIT_AUTHOR_EMAIL: [email protected]
GIT_COMMITTER_NAME: DEVan BOTomly
GIT_COMMITTER_EMAIL: [email protected]
run: npx semantic-release

0 comments on commit 3ef19f8

Please sign in to comment.