From fbd99c81513e82e13f20510ba4ce81bd3fdb7287 Mon Sep 17 00:00:00 2001 From: hoshinotsuyoshi Date: Fri, 29 Nov 2024 12:22:57 +0900 Subject: [PATCH] for cd test --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 12fa333c..708c0d85 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,9 @@ jobs: steps: - uses: actions/checkout@v4 with: - sparse-checkout: ${{ env.working-directory }} + sparse-checkout: | + - .github + - ${{ env.working-directory }} - uses: ./.github/actions/pnpm-setup with: working-directory: ${{ env.working-directory }}