From 2ee5507d06c4a86001221b90efed5cf6facb074b Mon Sep 17 00:00:00 2001 From: tamaina Date: Mon, 22 Jan 2024 15:25:22 +0000 Subject: [PATCH] fix of #13014 (misskey-js publish) --- .github/workflows/on-release-created.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/on-release-created.yml b/.github/workflows/on-release-created.yml index b4c2d843f316..3cc0e5007b2f 100644 --- a/.github/workflows/on-release-created.yml +++ b/.github/workflows/on-release-created.yml @@ -1,4 +1,4 @@ -name: Publish Node.js Package +name: On Release Created (Publish misskey-js) on: release: @@ -21,6 +21,8 @@ jobs: steps: - uses: actions/checkout@v4 + with: + submodules: true - name: Install pnpm uses: pnpm/action-setup@v2 with: