Skip to content

Commit

Permalink
chore(release): setup git config user
Browse files Browse the repository at this point in the history
  • Loading branch information
tinesoft committed Mar 24, 2024
1 parent f6345c0 commit 756a219
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 @@ -25,6 +25,11 @@ jobs:
fetch-depth: 0
fetch-tags: true

- name: Setup Git
run: |
git config --global user.email [email protected]
git config --global user.name "Semantic Release CI"
- name: Install node, pnpm, and dependencies
uses: ./.github/actions/install-dependencies

Expand Down

0 comments on commit 756a219

Please sign in to comment.