From 599f3499bdd0c761d2b9a315970ab11fe428d069 Mon Sep 17 00:00:00 2001 From: eyedeekay Date: Wed, 20 Mar 2024 12:51:21 -0400 Subject: [PATCH] sparse checkout requires a newline --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d908b91..df288b2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,8 @@ jobs: - uses: actions/checkout@v4 with: sparse-checkout: | - changelog.txt docs/RELEASE.md + changelog.txt + docs/RELEASE.md sparse-checkout-cone-mode: false - name: sleep 15 minutes run: |