We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77cb156 commit 1916525Copy full SHA for 1916525
.github/scripts/determine_release_vars.sh
@@ -19,7 +19,7 @@ if [[ "$GH_EVENT_NAME" == "schedule" ]]; then
19
echo "Using BASE_VERSION=${BASE_VERSION}"
20
21
# --- Generate Nightly Version ---
22
- DATETIME_STR=$(date -u +%Y%m%d%H%M)
+ DATETIME_STR=$(date -u +%Y%m%d)
23
VERSION="${BASE_VERSION}.dev${DATETIME_STR}"
24
25
# --- PUSH TAG TRIGGER ---
0 commit comments