Skip to content

Commit dd93fbd

Browse files
committed
fix: the release workflow
1 parent f88f345 commit dd93fbd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ jobs:
1717
- uses: actions/checkout@v5
1818
with:
1919
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
2025
- uses: jdx/mise-action@v3
2126
- run: mise run release "${{ inputs.version }}"
2227
env:

0 commit comments

Comments
 (0)