mirror of
https://github.com/bs-community/blessing-skin-plugins.git
synced 2025-01-09 04:07:51 +08:00
exit publish script if no update
This commit is contained in:
parent
0d0ae4204c
commit
ec2ae7c6b2
@ -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'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user