Skip to content

Commit

Permalink
ci(release-it): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Baek2back committed Jul 1, 2024
1 parent c13f72b commit 3c59edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
bun-version: latest
- name: Initialize Git user
run:
run: |
git config --global user.email "[email protected]"
git config --global user.name "Release workflow"
- run: bun run release
Expand Down

0 comments on commit 3c59edf

Please sign in to comment.