Use today’s date as release title
This commit is contained in:
parent
dd0bdc62ec
commit
57642f6f10
1 changed files with 2 additions and 1 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue