We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99c9c52 commit 65cb0c3Copy full SHA for 65cb0c3
.github/workflows/release.yml
@@ -54,8 +54,8 @@ jobs:
54
- id: set-git-user
55
name: Set git user to getsentry-bot
56
run: |
57
- git config --global user.name getsentry-bot
58
- git config --global user.email [email protected]
+ git config user.name getsentry-bot
+ git config user.email [email protected]
59
- uses: getsentry/craft@master
60
name: Craft Prepare
61
if: ${{ !github.event.inputs.skip_prepare }}
0 commit comments