mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-31 04:25:39 +00:00
TEST: printing version and description in release notes
This commit is contained in:
parent
537f64bb0f
commit
23625d87ba
2
.github/workflows/TEST_release_info.yml
vendored
2
.github/workflows/TEST_release_info.yml
vendored
|
@ -39,7 +39,7 @@ jobs:
|
|||
REL_VER=$(curl -s $appdata | xmlstarlet sel -t -v "//release/@version" | head -1)
|
||||
REL_DES="$(curl -s $appdata | xmlstarlet sel -t -m "//release[1]" -v "description" -n | sed '1,2d;$d;s/^ */- /;/^- $/d')"
|
||||
echo "REL_VER=$REL_VER" >> $GITHUB_ENV
|
||||
echo "REL_DES='$REL_DES'" >> $GITHUB_ENV
|
||||
echo "REL_DES=\"${REL_DES//\"/\\\"}\"" >> $GITHUB_ENV
|
||||
|
||||
- name: Publish the flatpak in a new release
|
||||
uses: ncipollo/release-action@v1
|
||||
|
|
Loading…
Reference in a new issue