Skip to content

Commit

Permalink
ci: add git user
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Mar 16, 2024
1 parent e3368da commit 5aa95b0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
- name: Prepare build environment
run: pnpm dev:prepare

- name: Configure git
run: |
git config --global user.name "Daniel Roe"
git config --global user.email "daniel@roe.dev"
- name: Release
run: pnpm changelogen --publish --release --push
env:
Expand Down

0 comments on commit 5aa95b0

Please sign in to comment.