Skip to content

Commit 058509e

Browse files
committed
Set Dax's credentials for releases
1 parent 5888abd commit 058509e

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
@@ -30,6 +30,11 @@ jobs:
3030
run: |
3131
npm run compile-filterlist
3232
33+
- name: Set Git identity
34+
run: |
35+
git config --global user.email "[email protected]"
36+
git config --global user.name "Dax the Deployer"
37+
3338
- name: Create Release
3439
env:
3540
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)