chore(crates): Use bot account for publishing commits

This commit is contained in:
Donny/강동윤 2022-02-09 20:31:32 +09:00
parent 8fbdbcd42f
commit c10cbc4eca

View File

@ -12,6 +12,6 @@ cargo metadata --offline --format-version 1 > /dev/null
./scripts/crev/verify.sh
git add -A
git commit -m 'chore: Publish crates'
git commit --author="SWC Bot <bot@swc.rs>" -m 'chore: Publish crates'
git push --no-verify
cargo mono publish --no-verify