Skip to content

Commit

Permalink
fix: Configure Git user name and email in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
prnk28 committed Dec 5, 2024
1 parent 1c596b4 commit c92456f
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 @@ -15,6 +15,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Setup Git Config
run: |
git config user.name "Prad N."
git config user.email "[email protected]"
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
Expand Down

0 comments on commit c92456f

Please sign in to comment.