Skip to content

Commit

Permalink
Use today’s date as release title
Browse files Browse the repository at this point in the history
  • Loading branch information
p3k committed May 30, 2024
1 parent dd0bdc6 commit 57642f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:

env:
GH_TOKEN: ${{ github.token }}
LC_TIME: en_US.UTF-8

steps:
- uses: actions/checkout@v4
Expand All @@ -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
Expand Down

0 comments on commit 57642f6

Please sign in to comment.