Skip to content

Commit

Permalink
ci: generate UTC release date
Browse files Browse the repository at this point in the history
  • Loading branch information
loichyan committed Jul 14, 2024
1 parent be80e5b commit 1e9b628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ jobs:
gh release "$command" "$release_tag" \
--target="$GITHUB_BASE_REF" \
--draft=true \
--title="$release_tag ($(date +'%Y-%m-%d'))" \
--title="$release_tag ($(date -u +'%Y-%m-%d'))" \
--notes="$release_body"
- name: Release | Upload artifacts
Expand Down

0 comments on commit 1e9b628

Please sign in to comment.