Skip to content

Commit 2dfb3c4

Browse files
committed
change tag
1 parent 5accf4a commit 2dfb3c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/parallel_build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,5 @@ jobs:
9999
id: set_tag_name
100100
run: |
101101
IDF_VERSION=$(grep 'esp-idf branch' release-info.txt | sed -E 's/.*branch \[release\/v([0-9]+\.[0-9]+)\].*/\1/')
102-
DATE=$(date +"%d.%m")
103-
echo "tag_name=IDF${IDF_VERSION}-${DATE}" >> $GITHUB_OUTPUT
102+
DATE=$(date +"%d%m-%H%M")
103+
echo "tag_name=${DATE}-${IDF_VERSION}" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)