Skip to content

Commit 6493990

Browse files
committed
chore: set git user info for lerna
[ci skip]
1 parent 2a6b79d commit 6493990

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/release-rc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737

3838
- name: 'Release RC'
3939
run: |
40+
git config user.email ${{ secrets.BOT_GIT_EMAIL }}
41+
git config user.name ${{ secrets.BOT_GIT_USERNAME }}
4042
${GITHUB_WORKSPACE}/node_modules/.bin/lerna publish prerelease \
4143
--conventional-prerelease \
4244
--create-release github \

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242

4343
- name: 'Release RC'
4444
run: |
45+
git config user.email ${{ secrets.BOT_GIT_EMAIL }}
46+
git config user.name ${{ secrets.BOT_GIT_USERNAME }}
4547
${GITHUB_WORKSPACE}/node_modules/.bin/lerna publish ${{ github.event.inputs.release_type }} \
4648
--conventional-graduate \
4749
--create-release github

0 commit comments

Comments
 (0)