Skip to content

Commit 486fdf7

Browse files
authored
Merge pull request #9 from StyleShit/test-changesets-deploy-key
Test changesets deploy key
2 parents 9c259c7 + 6c79bee commit 486fdf7

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,18 @@ jobs:
3737
- name: Install Dependencies
3838
uses: ./.github/actions/install
3939

40+
- name: Setup Git User
41+
run: |
42+
git config user.name "github-actions[bot]"
43+
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
44+
4045
- name: Create or update release PR
4146
id: changesets
4247
uses: changesets/action@a45c4d594aa4e2c509dc14a9f2b3b67ba3780d0d # v1.9.0
4348
with:
4449
commit: 'chore(release): publish'
4550
title: 'chore(release): publish'
51+
setupGitUser: false
4652

4753
build:
4854
name: Build for publish

0 commit comments

Comments
 (0)