Skip to content

Commit 5aa95b0

Browse files
committedMar 16, 2024
ci: add git user
1 parent e3368da commit 5aa95b0

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
@@ -31,6 +31,11 @@ jobs:
3131
- name: Prepare build environment
3232
run: pnpm dev:prepare
3333

34+
- name: Configure git
35+
run: |
36+
git config --global user.name "Daniel Roe"
37+
git config --global user.email "daniel@roe.dev"
38+
3439
- name: Release
3540
run: pnpm changelogen --publish --release --push
3641
env:

0 commit comments

Comments
 (0)