Skip to content

Commit

Permalink
update release
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Dec 25, 2019
1 parent bba151e commit 978d9b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/PushActions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/ReleaseActions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)."

0 comments on commit 978d9b0

Please sign in to comment.