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 6297921 commit 1b849b1Copy full SHA for 1b849b1
.github/workflows/parallel_build.yaml
@@ -134,11 +134,11 @@ jobs:
134
IDF_VERSION="unknown"
135
fi
136
137
- # Datum im ISO Format (git-freundlich)
138
- DATE=$(date +"%Y%m%d-%H%M")
+ # Datum im europäischen Format (Tag/Monat-Stunde-Minute)
+ DATE=$(date +"%d%m-%H%M")
139
140
- # Tag name erstellen - alle Zeichen sind Git-kompatibel
141
- TAG_NAME="v${DATE}-idf${IDF_VERSION}"
+ # Tag name ohne "v" Präfix
+ TAG_NAME="${DATE}-idf${IDF_VERSION}"
142
143
echo "IDF_VERSION: $IDF_VERSION"
144
echo "DATE: $DATE"
0 commit comments