TEST: printing version and description in release notes

This commit is contained in:
XargonWan 2023-03-17 17:05:50 +00:00
parent 099075a6e7
commit 9619d750bd

View file

@ -48,6 +48,7 @@ jobs:
REL_VER: ${{ env.REL_VER }} REL_VER: ${{ env.REL_VER }}
with: with:
tag: ${{ env.REL_VER }} tag: ${{ env.REL_VER }}
name: "RetroDECK v${{ env.REL_VER }}"
bodyFile: "body.md" bodyFile: "body.md"
#artifacts: "RetroDECK.flatpak,RetroDECK-Artifact.tar.gz" #artifacts: "RetroDECK.flatpak,RetroDECK-Artifact.tar.gz"
allowUpdates: true allowUpdates: true