Skip to content

Commit 98805b2

Browse files
committed
chore: update workflows config.
1 parent a7c3c9c commit 98805b2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,6 @@ jobs:
3535
with:
3636
commit_message: ${{steps.tag_version.outputs.tag}} ${{ github.event.head_commit.message }}
3737
github_token: ${{ secrets.GITHUB_TOKEN }}
38-
publish_dir: ./website
38+
publish_dir: ./website
39+
user_name: 'github-actions[bot]'
40+
user_email: 'github-actions[bot]@users.noreply.github.com'

0 commit comments

Comments
 (0)