Skip to content

Commit b5ad8a3

Browse files
authoredNov 17, 2020
ci(release): Configure Git globally (#842)
Attempt to work around https://github.com/getsentry/relay/runs/1414356448. #skip-changelog
1 parent 42f3a53 commit b5ad8a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ jobs:
4949
- id: set-git-user
5050
name: Set git user to getsentry-bot
5151
run: |
52-
git config user.name getsentry-bot
53-
git config user.email bot@getsentry.com
52+
git config --global user.name getsentry-bot
53+
git config --global user.email bot@getsentry.com
5454
- uses: getsentry/craft@master
5555
name: Craft Prepare
5656
if: ${{ !github.event.inputs.skip_prepare }}

0 commit comments

Comments
 (0)