diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 567fe9f1..13e43ebc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: # Configuring git git config --global user.name "Nova CI" - git config --global user.email "Nova@example.com" + git config --global user.email "Nova@nova.com" # Updating the version in the galaxy.yml file version_row_old=$(grep "version: " $target_file)