From 78bab6db86ab8cb33923951ce352f24a66e72719 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Fri, 17 Mar 2023 14:42:52 +0000 Subject: [PATCH] TEST: printing version and description in release notes --- .github/workflows/TEST_release_info.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/TEST_release_info.yml b/.github/workflows/TEST_release_info.yml index 08c37638..81fe4c80 100644 --- a/.github/workflows/TEST_release_info.yml +++ b/.github/workflows/TEST_release_info.yml @@ -37,7 +37,7 @@ jobs: run: | appdata="https://raw.githubusercontent.com/XargonWan/RetroDECK/main/net.retrodeck.retrodeck.appdata.xml" export REL_VER=$(curl -s $appdata | xmlstarlet sel -t -v "//release/@version" | head -1) - EXPORT REL_DESC="$(curl -s $appdata | xmlstarlet sel -t -m "//release[1]" -v "description" -n | sed '1,2d;$d;s/^ */- /;/^- $/d')" + export REL_DESC="$(curl -s $appdata | xmlstarlet sel -t -m "//release[1]" -v "description" -n | sed '1,2d;$d;s/^ */- /;/^- $/d')" - name: Publish the flatpak in a new release uses: ncipollo/release-action@v1