Skip to content

Commit 31e656c

Browse files
authored
Merge pull request #21 from mackerelio/fix-on-push-monorepo-tag
chore: set git author when push monorepo release tags
2 parents 9f9fa64 + 66c44d0 commit 31e656c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/on-push-beta-version-tag.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ jobs:
5353
- name: Verify
5454
run: |
5555
go tool multimod verify
56+
- name: Set git author
57+
run: |
58+
git config user.name "github-actions[bot]"
59+
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
5660
- name: Create Tags
5761
run: |
5862
set -e

0 commit comments

Comments
 (0)