Skip to content

Commit

Permalink
ci: use correct email for release account
Browse files Browse the repository at this point in the history
  • Loading branch information
na-ji committed Nov 30, 2024
1 parent e123d5e commit 0cfc976
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 "UnownWizard@unownhash.local"
git config --global user.name "Unown Wizard"
git config --global user.email "177540208+UnownWizard@users.noreply.github.com"
git config --global user.name "UnownWizard"
- name: 'Release app'
run: npx nx release --skip-publish
env:
Expand Down

0 comments on commit 0cfc976

Please sign in to comment.