Skip to content

Commit d3b2525

Browse files
committed
feat: update manifest script
1 parent 3e3b1cd commit d3b2525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/constants/update-manifest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ file_path="manifest.yaml"
66
cat <<EOF >> "$file_path"
77
88
DescriberTag: local-$TAG
9-
UpdateDate: $(date +%Y-%m-%d)
9+
UpdateDate: $(date +%Y-%m-%d) $(date +%H:%M:%S)
1010
1111
EOF
1212

0 commit comments

Comments
 (0)