Skip to content

Commit ea2c31f

Browse files
committed
build(gha): Add GIT_*_NAME variables
1 parent 2fc9811 commit ea2c31f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
version: ${{ github.event.client_payload.version || steps.calver.outputs.version }}
2222
env:
2323
DRY_RUN: ${{ github.event.client_payload.dry_run }}
24+
GIT_COMMITTER_NAME: getsentry-bot
25+
GIT_AUTHOR_NAME: getsentry-bot
26+
2427
- uses: getsentry/craft@master
2528
with:
2629
action: publish
@@ -29,3 +32,6 @@ jobs:
2932
no_merge: true
3033
env:
3134
DRY_RUN: ${{ github.event.client_payload.dry_run }}
35+
GIT_COMMITTER_NAME: getsentry-bot
36+
GIT_AUTHOR_NAME: getsentry-bot
37+

0 commit comments

Comments
 (0)