Skip to content

Commit e2e4bac

Browse files
authored
Update release.yml
1 parent 255687f commit e2e4bac

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ jobs:
3434
- name: Install dependencies
3535
run: pnpm install --frozen-lockfile
3636

37+
- name: Configure Git
38+
run: |
39+
git config --global user.email [email protected]
40+
git config --global user.name 'Github changeset workflow'
41+
3742
- name: Publish to npm
3843
uses: changesets/action@v1
3944
with:

0 commit comments

Comments
 (0)