Skip to content

Commit

Permalink
ci: fix git author name
Browse files Browse the repository at this point in the history
  • Loading branch information
barredterra committed Mar 13, 2024
1 parent 3898c71 commit f18041c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
- name: Create Release
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
GIT_AUTHOR_NAME: "linus-alyf"
GIT_AUTHOR_NAME: "alyf-linus"
GIT_AUTHOR_EMAIL: "[email protected]"
GIT_COMMITTER_NAME: "linus-alyf"
GIT_COMMITTER_NAME: "alyf-linus"
GIT_COMMITTER_EMAIL: "[email protected]"
run: npx semantic-release

0 comments on commit f18041c

Please sign in to comment.