Skip to content

Commit

Permalink
CI: change date format from ISO-8601 to old one with points for relea…
Browse files Browse the repository at this point in the history
…se title, so it can be interpreted as semver.
  • Loading branch information
boozook committed Sep 14, 2023
1 parent 0e1f631 commit 30fc871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Date
id: date
run: |
CUR_DATE=`date +"%Y-%m-%d"`
CUR_DATE=`date +"%Y.%m.%d"`
echo "value=$CUR_DATE" >> "$GITHUB_OUTPUT"
- name: Title
Expand Down

0 comments on commit 30fc871

Please sign in to comment.