From 086232b9e23d0a51025c4f62bef86e65a8d17ef3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B2=81=E6=A0=91=E4=BA=BA?= Date: Tue, 24 Sep 2024 22:17:05 +0100 Subject: [PATCH] ci: show git diff --- um_wasm_loader/ci_publish.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/um_wasm_loader/ci_publish.sh b/um_wasm_loader/ci_publish.sh index 32ae557..79045c7 100755 --- a/um_wasm_loader/ci_publish.sh +++ b/um_wasm_loader/ci_publish.sh @@ -2,6 +2,7 @@ echo 'git status:' git status +git diff if [[ -z "${DRONE_TAG}" ]]; then echo "skip package publish, pack only."