Skip to content

Commit 1916525

Browse files
ylangtsouYlang Tsou
andauthored
fix: update nightly date format to YYYYMMDD (#1213)
Signed-off-by: Ylang Tsou <ylangt@google.com> Co-authored-by: Ylang Tsou <ylangt@google.com>
1 parent 77cb156 commit 1916525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/determine_release_vars.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if [[ "$GH_EVENT_NAME" == "schedule" ]]; then
1919
echo "Using BASE_VERSION=${BASE_VERSION}"
2020

2121
# --- Generate Nightly Version ---
22-
DATETIME_STR=$(date -u +%Y%m%d%H%M)
22+
DATETIME_STR=$(date -u +%Y%m%d)
2323
VERSION="${BASE_VERSION}.dev${DATETIME_STR}"
2424

2525
# --- PUSH TAG TRIGGER ---

0 commit comments

Comments
 (0)