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)."