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 5accf4a commit 2dfb3c4Copy full SHA for 2dfb3c4
.github/workflows/parallel_build.yaml
@@ -99,5 +99,5 @@ jobs:
99
id: set_tag_name
100
run: |
101
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
+ DATE=$(date +"%d%m-%H%M")
+ echo "tag_name=${DATE}-${IDF_VERSION}" >> $GITHUB_OUTPUT
0 commit comments