diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cf0c34cb2..9313bd6f9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,7 @@ jobs: run: | RELEASEVER=${{ github.ref }} echo "::set-output name=stringver::${RELEASEVER#refs/tags/v}" - git tag -l ${RELEASEVER#refs/tags/} -n1000 | tail -n +3 | cut -c 5- >release-notes.md + git tag -l ${RELEASEVER#refs/tags/} -n20000 | tail -n +3 | cut -c 5- >release-notes.md working-directory: src/github.com/containerd/containerd - name: Save release notes