From 11c8febf089186faa7ca275ce1f14b18ca152475 Mon Sep 17 00:00:00 2001 From: Andrea Valassi Date: Tue, 1 Oct 2024 08:16:44 +0200 Subject: [PATCH] [install] in archiver.yml further improve formatting of the release notes --- .github/workflows/archiver.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/archiver.yml b/.github/workflows/archiver.yml index c2d78f01f3..fffa90b3bf 100644 --- a/.github/workflows/archiver.yml +++ b/.github/workflows/archiver.yml @@ -89,7 +89,7 @@ jobs: echo "" >> ${WORKDIR}/versiontag.txt echo "---" >> ${WORKDIR}/versiontag.txt echo "" >> ${WORKDIR}/versiontag.txt - cat ${WORKDIR}/VERSION.txt >> ${WORKDIR}/versiontag.txt + cat ${WORKDIR}/VERSION.txt | egrep '^(commit:|TARBALL)' >> ${WORKDIR}/versiontag.txt - name: create_runningtag run: | @@ -117,7 +117,7 @@ jobs: echo "" >> ${WORKDIR}/runningtag.txt echo "---" >> ${WORKDIR}/runningtag.txt echo "" >> ${WORKDIR}/runningtag.txt - cat ${WORKDIR}/VERSION.txt >> ${WORKDIR}/runningtag.txt + cat ${WORKDIR}/VERSION.txt | egrep '^(commit:|TARBALL)' >> ${WORKDIR}/runningtag.txt - name: release_versiontag # See https://github.com/softprops/action-gh-release