Skip to content

Commit 4330cab

Browse files
committed
chore(ci): ensure git client is configured for docs release
1 parent 37726c4 commit 4330cab

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,10 @@ jobs:
101101
- uses: actions/checkout@v3
102102
with:
103103
fetch-depth: 0
104+
- name: Setup git client
105+
run: |
106+
git config user.name "Release bot"
107+
git config user.email [email protected]
104108
- name: Build docs website and API reference
105109
run: |
106110
make release-docs VERSION=${RELEASE_VERSION} ALIAS="latest"

0 commit comments

Comments
 (0)