Skip to content
This repository was archived by the owner on Jun 12, 2026. It is now read-only.

Commit 017cd48

Browse files
authored
Update release.yml
1 parent 83c870c commit 017cd48

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,7 @@ jobs:
1515
run: scripts/download.sh
1616

1717
- name: Process
18-
run: scripts/release.sh
18+
run: |
19+
git config --global user.name 'Github Actions'
20+
git config --global user.email 'milerius@users.noreply.github.com'
21+
./scripts/release.sh

0 commit comments

Comments
 (0)