From 8c8c1ddfcd01083fff7e37a0dd30eed93b63c73d Mon Sep 17 00:00:00 2001 From: June <38109440+DevopsGoth@users.noreply.github.com> Date: Fri, 6 Sep 2024 17:34:45 -0600 Subject: [PATCH] add changelog checkout --- .github/workflows/release-manual.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-manual.yml b/.github/workflows/release-manual.yml index d577883c..537750f6 100644 --- a/.github/workflows/release-manual.yml +++ b/.github/workflows/release-manual.yml @@ -142,7 +142,12 @@ jobs: fi docker image push --all-tags ghcr.io/kadena-io/pact-5 - + + - uses: actions/checkout@v4 + with: + ref: ${{ steps.set-vars.outputs.RELEASE_SHA }} + sparse-checkout: | + CHANGELOG.md - name: Generate release uses: ncipollo/release-action@v1 #if: startsWith(github.ref, 'refs/tags/')