Skip to content

Commit e5235a8

Browse files
committed
Update publish git user
1 parent b5fbafe commit e5235a8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,19 @@ jobs:
9090
- name: Install Dependencies
9191
run: pnpm install --frozen-lockfile
9292

93+
- name: Set Git User
94+
run: |
95+
git config user.email "[email protected]"
96+
git config user.name "github-actions"
97+
9398
- name: Create Release Pull Request or Publish
9499
id: changesets
95100
uses: changesets/action@v1
96101
with:
97102
commit: 'Publish package'
98103
title: 'Publish package'
99104
publish: pnpm publish-package
105+
setupGitUser: false
100106
env:
101107
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
102108
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)