We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9c259c7 + 6c79bee commit 486fdf7Copy full SHA for 486fdf7
1 file changed
.github/workflows/release.yml
@@ -37,12 +37,18 @@ jobs:
37
- name: Install Dependencies
38
uses: ./.github/actions/install
39
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
+
45
- name: Create or update release PR
46
id: changesets
47
uses: changesets/action@a45c4d594aa4e2c509dc14a9f2b3b67ba3780d0d # v1.9.0
48
with:
49
commit: 'chore(release): publish'
50
title: 'chore(release): publish'
51
+ setupGitUser: false
52
53
build:
54
name: Build for publish
0 commit comments