Skip to content

Commit

Permalink
CI: change date format to ISO-8601 for release title
Browse files Browse the repository at this point in the history
  • Loading branch information
boozook committed Sep 14, 2023
1 parent c06001d commit 6045b24
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ jobs:
- name: Date
id: date
run: |
date +"%D"
CUR_DATE=`date +"%D"`
CUR_DATE=`date +"%Y-%m-%d"`
echo "value=$CUR_DATE" >> "$GITHUB_OUTPUT"
- name: Title
Expand Down

0 comments on commit 6045b24

Please sign in to comment.