Skip to content

Commit 65cb0c3

Browse files
authored
ci(release): Don't use global git conf (#745)
1 parent 99c9c52 commit 65cb0c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ jobs:
5454
- id: set-git-user
5555
name: Set git user to getsentry-bot
5656
run: |
57-
git config --global user.name getsentry-bot
58-
git config --global user.email [email protected]
57+
git config user.name getsentry-bot
58+
git config user.email [email protected]
5959
- uses: getsentry/craft@master
6060
name: Craft Prepare
6161
if: ${{ !github.event.inputs.skip_prepare }}

0 commit comments

Comments
 (0)