Skip to content

Commit a895865

Browse files
authored
ci: try explicitly setting name/email in Git config (#944)
1 parent 186cb2c commit a895865

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -165,4 +165,6 @@ jobs:
165165
GIT_COMMITTER_NAME: ${{ secrets.GH_BOT_NAME }}
166166
NPM_TOKEN: ${{ secrets.NPM_RELEASE_TOKEN }}
167167
run: |
168+
git config user.email ${{ secrets.GH_BOT_EMAIL }}
169+
git config user.name ${{ secrets.GH_BOT_NAME }}
168170
yarn semantic-release

0 commit comments

Comments
 (0)