Skip to content

Commit ad5a5a6

Browse files
committed
fix(ci): remove custom GIT_COMMITTER env vars that break semantic-release GitHub plugin
1 parent f78c79b commit ad5a5a6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,3 @@ jobs:
6666
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6767
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
6868
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
69-
GIT_AUTHOR_NAME: ${{ github.repository_owner }}
70-
GIT_AUTHOR_EMAIL: ${{ github.repository_owner }}@users.noreply.github.com
71-
GIT_COMMITTER_NAME: ${{ github.repository_owner }}
72-
GIT_COMMITTER_EMAIL: ${{ github.repository_owner }}@users.noreply.github.com

0 commit comments

Comments
 (0)