diff --git a/.github/workflows/core_auto_update.yml b/.github/workflows/core_auto_update.yml index 0435598..928e844 100644 --- a/.github/workflows/core_auto_update.yml +++ b/.github/workflows/core_auto_update.yml @@ -21,10 +21,10 @@ jobs: git fetch --tags sekai version_new=$(CGO_ENABLED=0 go run ./cmd/internal/read_tag) version_old=$(curl -sSl https://github.com/juewuy/ShellCrash/releases/download/singbox_core_PuerNya/version) - if [ $version_old = $version_new ];then + [ $version_old = $version_new ] && { echo "未检查到版本更新,已退出!" exit 1 - fi + } auto_update_singboxp_with_wg: needs: check_version