Skip to content
This repository was archived by the owner on Aug 8, 2025. It is now read-only.

Commit 109c066

Browse files
committed
chore(release): 3.0.0-rc.0
1 parent 7dda1fc commit 109c066

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ aliases:
5555
git remote rm origin
5656
git remote add origin "${SDK_REPOSITORY_URL}.git"
5757
58+
git config --global user.email "${GIT_AUTHOR_EMAIL}"
59+
git config --global user.name "${GIT_AUTHOR_NAME}"
60+
5861
# Push changes and tags
5962
git merge master --allow-unrelated-histories
6063
git push -f origin master

0 commit comments

Comments
 (0)