Skip to content

Commit

Permalink
fix: add git config (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
anantakumarghosh committed Feb 1, 2024
1 parent 39e5eb1 commit f00a170
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ jobs:
- name: Install dependencies
run: npm install -g standard-version

- name: Setup git
run: |
git config user.name "$(git log -n 1 --pretty=format:%an)"
git config user.email "$(git log -n 1 --pretty=format:%ae)"
- name: Set release type
id: release-type
run: |
Expand Down

0 comments on commit f00a170

Please sign in to comment.