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 f88f345 commit dd93fbdCopy full SHA for dd93fbd
.github/workflows/release.yml
@@ -17,6 +17,11 @@ jobs:
17
- uses: actions/checkout@v5
18
with:
19
fetch-depth: 0
20
+ - name: set git config `user.name` & `user.email`
21
+ run: |
22
+ git config --global user.name "${GITHUB_ACTOR}"
23
+ git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"
24
+ shell: bash
25
- uses: jdx/mise-action@v3
26
- run: mise run release "${{ inputs.version }}"
27
env:
0 commit comments