Skip to content

Commit 7a61c56

Browse files
committed
chore: Gitユーザーの設定を追加
1 parent 8884285 commit 7a61c56

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish-release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020
with:
2121
fetch-depth: 0
2222

23+
- name: Set up Git user
24+
run: |
25+
git config user.name "github-actions[bot]"
26+
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
27+
2328
- name: Extract version from commit or pubspec
2429
id: version
2530
run: |

0 commit comments

Comments
 (0)