Skip to content

Commit

Permalink
add changelog checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
DevopsGoth committed Sep 6, 2024
1 parent 027dac2 commit 8c8c1dd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/')
Expand Down

0 comments on commit 8c8c1dd

Please sign in to comment.