From 978d9b078ae058719f1a376830714ff0a43c1ec7 Mon Sep 17 00:00:00 2001 From: ludeeus Date: Wed, 25 Dec 2019 14:55:49 +0000 Subject: [PATCH] update release --- .github/workflows/PushActions.yml | 2 +- .github/workflows/ReleaseActions.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/PushActions.yml b/.github/workflows/PushActions.yml index 2d8ef6eb..334e9bb9 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 + run: reporeleaser --token ${{ secrets.PAT }} --repo hacs/frontend --release $(date "+%Y%m%d%H%M%S") --hide_footer --show_sha --hide_full_changelog diff --git a/.github/workflows/ReleaseActions.yml b/.github/workflows/ReleaseActions.yml index a96a4264..ab5e0dad 100644 --- a/.github/workflows/ReleaseActions.yml +++ b/.github/workflows/ReleaseActions.yml @@ -74,4 +74,4 @@ jobs: DISCORD_USERNAME: DeployBot uses: Ilshidur/action-discord@0.0.2 with: - args: "New version of HACS frontend are now pushed to [PyPi](https://pypi.org/project/hacs-frontend)." + args: "New version $(echo ${{ github.ref }} | cut -d'/' -f3) of HACS frontend are now pushed to [PyPi](https://pypi.org/project/hacs-frontend)."