exit publish script if no update

This commit is contained in:
Pig Fang 2020-08-15 16:12:40 +08:00
parent 0d0ae4204c
commit ec2ae7c6b2
No known key found for this signature in database
GPG Key ID: A8198F548DADA9E2

View File

@ -1,3 +1,7 @@
if (!(Test-Path updated.json)) {
exit
}
git config --global user.name 'Pig Fang'
git config --global user.email 'g-plane@hotmail.com'