Skip to content

Commit

Permalink
[install] in archiver.yml further improve formatting of the release n…
Browse files Browse the repository at this point in the history
…otes
  • Loading branch information
valassi committed Oct 1, 2024
1 parent 9c59229 commit 11c8feb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/archiver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 11c8feb

Please sign in to comment.