diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 70d18d3..49ffa31 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,8 +32,8 @@ jobs: run: npm clean-install - name: 'Setup git' run: | - git config --global user.email "35898099+Fabio1988@users.noreply.github.com" - git config --global user.name "Release bot" + git config --global user.email "UnownWizard@unownhash.local" + git config --global user.name "Unown Wizard" - name: 'Release app' run: npx nx release --skip-publish env: