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 2fc9811 commit ea2c31fCopy full SHA for ea2c31f
.github/workflows/release.yml
@@ -21,6 +21,9 @@ jobs:
21
version: ${{ github.event.client_payload.version || steps.calver.outputs.version }}
22
env:
23
DRY_RUN: ${{ github.event.client_payload.dry_run }}
24
+ GIT_COMMITTER_NAME: getsentry-bot
25
+ GIT_AUTHOR_NAME: getsentry-bot
26
+ EMAIL: [email protected]
27
- uses: getsentry/craft@master
28
with:
29
action: publish
@@ -29,3 +32,6 @@ jobs:
32
no_merge: true
30
33
31
34
35
36
37
0 commit comments