From 10066f49ee6397c83ced6d3826ea6c2a8bce54f2 Mon Sep 17 00:00:00 2001 From: "Lain." Date: Thu, 16 May 2024 09:57:48 +0800 Subject: [PATCH] fix: submodules --- .github/workflows/npm-publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index a764f7c..bb45e4e 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -11,6 +11,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v2 + with: + submodules: recursive - name: Setup Node.js uses: actions/setup-node@v2