Skip to content

Commit 1b849b1

Browse files
authored
Change date format and tag name in workflow
1 parent 6297921 commit 1b849b1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/parallel_build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,11 +134,11 @@ jobs:
134134
IDF_VERSION="unknown"
135135
fi
136136
137-
# Datum im ISO Format (git-freundlich)
138-
DATE=$(date +"%Y%m%d-%H%M")
137+
# Datum im europäischen Format (Tag/Monat-Stunde-Minute)
138+
DATE=$(date +"%d%m-%H%M")
139139
140-
# Tag name erstellen - alle Zeichen sind Git-kompatibel
141-
TAG_NAME="v${DATE}-idf${IDF_VERSION}"
140+
# Tag name ohne "v" Präfix
141+
TAG_NAME="${DATE}-idf${IDF_VERSION}"
142142
143143
echo "IDF_VERSION: $IDF_VERSION"
144144
echo "DATE: $DATE"

0 commit comments

Comments
 (0)