Skip to content

Commit

Permalink
ci(release-plz): use different bot email
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Mar 17, 2024
1 parent cf4811b commit 59b814f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .mise/tasks/release-plz
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -euxo pipefail

git config user.name mise-en-dev
git config user.email [email protected]
git config user.email [email protected]

released_versions="$(cargo show mise --json | jq -r '.versions.[].num')"
cur_version="$(cargo pkgid mise | cut -d# -f2)"
Expand Down

0 comments on commit 59b814f

Please sign in to comment.