From 6591326471876e26ac0cbe18e65e1b9b3cf18bf7 Mon Sep 17 00:00:00 2001 From: ludeeus Date: Wed, 25 Dec 2019 15:28:06 +0000 Subject: [PATCH] Show release footer --- .github/workflows/PushActions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/PushActions.yml b/.github/workflows/PushActions.yml index 334e9bb9..49014344 100644 --- a/.github/workflows/PushActions.yml +++ b/.github/workflows/PushActions.yml @@ -31,4 +31,4 @@ jobs: pip3 install -U setuptools wheel pip3 install reporeleaser - name: Crete release - run: reporeleaser --token ${{ secrets.PAT }} --repo hacs/frontend --release $(date "+%Y%m%d%H%M%S") --hide_footer --show_sha --hide_full_changelog + run: reporeleaser --token ${{ secrets.PAT }} --repo hacs/frontend --release $(date "+%Y%m%d%H%M%S") --show_sha --hide_full_changelog