From 00b6c964e278b8ea55db1d0e870fcdd5bed5b4b3 Mon Sep 17 00:00:00 2001 From: linyuchen Date: Wed, 17 Apr 2024 18:37:11 +0800 Subject: [PATCH] chore: release not need git submodule --- .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 20abf3fa..45baf12a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,7 +43,7 @@ jobs: uses: actions/checkout@v4 with: repository: 'NapNeko/NapCatQQ' - submodules: true + submodules: false ref: main token: ${{ secrets.GITHUB_TOKEN }} - name: Use Node.js 20.X