Skip to content

Commit 51ad19d

Browse files
authored
Update release.yml
1 parent 68f077f commit 51ad19d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

+5
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ jobs:
2929
node-version: 20
3030
cache: 'pnpm'
3131

32+
- name: Configure CI user
33+
run: |
34+
git config --global user.email "[email protected]"
35+
git config --global user.name "vmarcosp"
36+
3237
- name: Install dependencies
3338
run: pnpm install
3439

0 commit comments

Comments
 (0)