From 1fd020246dba5a6325debaeb0d2fb54daed2abad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E5=8D=9A=E4=BB=81=28Buo-ren=20Lin=29?= Date: Sun, 27 Oct 2024 15:13:03 +0800 Subject: [PATCH] fixup! fix(git): Workaround actions/checkout#1959 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Wrong git submodule subcommand. Signed-off-by: ๆž—ๅšไป(Buo-ren Lin) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 78bd5cc..5aba5e9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,7 +47,7 @@ jobs: - name: >- WORKAROUND: Checkout submodules recursively(actions/checkout#1959) run: |- - git submodule \ + git submodule update \ --init \ --recursive