Skip to content

Commit

Permalink
ci: change the git user used for release commits
Browse files Browse the repository at this point in the history
  • Loading branch information
na-ji committed Nov 30, 2024
1 parent e27648f commit c851dec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
run: npm clean-install
- name: 'Setup git'
run: |
git config --global user.email "[email protected]"
git config --global user.name "Release bot"
git config --global user.email "[email protected]"
git config --global user.name "Unown Wizard"
- name: 'Release app'
run: npx nx release --skip-publish
env:
Expand Down

0 comments on commit c851dec

Please sign in to comment.