Skip to content

Commit

Permalink
Change email to service account
Browse files Browse the repository at this point in the history
  • Loading branch information
maxschulz-COL authored Sep 22, 2023
1 parent 06f46ca commit e3e938a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
hatch run docs:changelog
hatch run schema
hatch run lint || hatch run lint
git config user.email "83698606+maxschulz-COL@users.noreply.github.com"
git config user.email "145135826+vizro-svc@users.noreply.github.com"
git config user.name "Vizro Team"
git commit -am "version bump"
git push --set-upstream origin release/version_bump_next_minor/${formatted_date}
Expand Down

0 comments on commit e3e938a

Please sign in to comment.