diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0ae104e0..de650e63 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -165,4 +165,6 @@ jobs: GIT_COMMITTER_NAME: ${{ secrets.GH_BOT_NAME }} NPM_TOKEN: ${{ secrets.NPM_RELEASE_TOKEN }} run: | + git config user.email ${{ secrets.GH_BOT_EMAIL }} + git config user.name ${{ secrets.GH_BOT_NAME }} yarn semantic-release