Use today’s date as release title

This commit is contained in:
Tobi Schäfer 2024-05-30 20:25:44 +02:00
parent dd0bdc62ec
commit 57642f6f10
Signed by: tobi
GPG key ID: 91FAE6FE2EBAC4C8

View file

@ -14,6 +14,7 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
LC_TIME: en_US.UTF-8
steps:
- uses: actions/checkout@v4
@ -34,7 +35,7 @@ jobs:
run: |
gh release create "$GITHUB_REF_NAME" \
--repo "$GITHUB_REPOSITORY" \
--title "Helma $GITHUB_REF_NAME" \
--title "$(date +'%d %b %Y')" \
--generate-notes
- name: Upload assets