Skip to content

Commit

Permalink
for cd test
Browse files Browse the repository at this point in the history
  • Loading branch information
hoshinotsuyoshi committed Nov 29, 2024
1 parent 10867ca commit fbd99c8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit fbd99c8

Please sign in to comment.